Skip to content

Commit

Permalink
chore: run prettier on CourseCatalogInjectedPopup.stories.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavchadaga committed Mar 4, 2024
1 parent 71435ed commit 25c98a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stories/injected/CourseCatalogInjectedPopup.stories.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import type { Course} from '@shared/types/Course';
import type { Course } from '@shared/types/Course';
import { Status } from '@shared/types/Course';
import { UserSchedule } from '@shared/types/UserSchedule';
import type { Meta, StoryObj } from '@storybook/react';
import CourseCatalogInjectedPopup from '@views/components/injected/CourseCatalogInjectedPopup/CourseCatalogInjectedPopup';

import { bevoCourse, bevoScheule,MikeScottCS314Course, MikeScottCS314Schedule } from './mocked';
import { bevoCourse, bevoScheule, MikeScottCS314Course, MikeScottCS314Schedule } from './mocked';

const meta = {
title: 'Components/Injected/CourseCatalogInjectedPopup',
Expand Down

0 comments on commit 25c98a8

Please sign in to comment.