feat: calendar header formatting and data displaying (#160)
This commit is contained in:
@@ -15,6 +15,7 @@ export const UserScheduleStore = createLocalStore<IUserScheduleStore>({
|
||||
courses: [],
|
||||
name: 'Schedule 1',
|
||||
hours: 0,
|
||||
updatedAt: Date.now(),
|
||||
}),
|
||||
],
|
||||
activeIndex: 0,
|
||||
|
||||
Reference in New Issue
Block a user