Skip to content

Commit

Permalink
navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
k35o authored Sep 29, 2024
1 parent 7286799 commit 206365d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/quizzes/_components/question/question.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ import { Question } from '.';
const meta: Meta<typeof Question> = {
title: 'app/quizzes/question',
component: Question,
parameters: {
nextjs: {
appDirectory: true,
},
},
};

export default meta;
Expand Down

0 comments on commit 206365d

Please sign in to comment.