calendar fix contd

This commit was merged in pull request #11.
This commit is contained in:
victorAnumudu
2025-01-18 00:03:20 +01:00
parent 0e2f5f6760
commit b5d0fc5564
5 changed files with 54 additions and 45 deletions
-7
View File
@@ -15,13 +15,6 @@ export const INITIAL_EVENTS = [
start: todayStr + 'T12:00:00',
// color: 'red'
},
{
id: createEventId(),
title: 'Timed event 2',
start: new Date('2025-01-25'),
start: new Date('2025-01-26'),
// color: 'blue'
},
];
export function createEventId() {