We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793539d commit e3629f6Copy full SHA for e3629f6
src/quiz-question/audio/audio.stories.tsx
@@ -4,7 +4,7 @@ import { Audio } from "./audio";
4
5
const meta: Meta<typeof Audio> = {
6
component: Audio,
7
- title: "Components/Audio",
+ title: "Internal Components/Audio",
8
parameters: {
9
controls: { expanded: true },
10
},
src/quiz-question/transcript/transcript.stories.tsx
@@ -4,7 +4,7 @@ import { Transcript } from "./transcript";
const meta: Meta<typeof Transcript> = {
component: Transcript,
- title: "Components/Transcript",
+ title: "Internal Components/Transcript",
0 commit comments