some work
This commit is contained in:
16
src/stories/injected/CoursePopup2.stories.ts
Normal file
16
src/stories/injected/CoursePopup2.stories.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { Meta } from '@storybook/react';
|
||||
import { Course } from 'src/shared/types/Course';
|
||||
|
||||
const testCourse: Course = {
|
||||
|
||||
}
|
||||
|
||||
const meta: Meta<typeof CoursePopup2> = {
|
||||
component: CoursePopup2,
|
||||
};
|
||||
|
||||
export default meta;
|
||||
type Story = StoryObj<typeof meta>;
|
||||
export const Open: Story = {
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user