calendar fix contd
This commit was merged in pull request #11.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user