Skip to content

Commit

Permalink
fix: bad import path
Browse files Browse the repository at this point in the history
  • Loading branch information
ap0nia committed Nov 2, 2023
1 parent adeedf7 commit 248f4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/antalmanac/src/stores/AppStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { VariantType } from 'notistack';

import { ScheduleCourse, ScheduleSaveState } from '@packages/antalmanac-types';
import { Schedules } from './Schedules';
import { SnackbarPosition } from '$components/AppBar/NotificationSnackbar';
import { SnackbarPosition } from '$components/NotificationSnackbar';
import { CalendarEvent, CourseEvent } from '$components/Calendar/CourseCalendarEvent';
import { RepeatingCustomEvent } from '$components/Calendar/Toolbar/CustomEventDialog/CustomEventDialog';
import { useTabStore } from '$stores/TabStore';
Expand Down

0 comments on commit 248f4b6

Please sign in to comment.