mirror of
https://github.com/TurTaskProject/TurTaskWeb.git
synced 2025-12-19 05:54:07 +01:00
Calendar page adding
This commit is contained in:
parent
074aeb70bc
commit
568f739b55
@ -12,7 +12,7 @@ const Calendar = () => {
|
|||||||
events={[
|
events={[
|
||||||
{ title: 'Event 1', date: '2023-11-10' },
|
{ title: 'Event 1', date: '2023-11-10' },
|
||||||
{ title: 'Event 2', date: '2023-11-15' },
|
{ title: 'Event 2', date: '2023-11-15' },
|
||||||
// Add more events as needed
|
{ title: 'Event 2', date: '2023-11-15' },
|
||||||
]}
|
]}
|
||||||
headerToolbar={{
|
headerToolbar={{
|
||||||
start: 'prev,next',
|
start: 'prev,next',
|
||||||
|
|||||||
11
frontend/src/components/calendar/calendarPage.jsx
Normal file
11
frontend/src/components/calendar/calendarPage.jsx
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
import React from 'react'
|
||||||
|
|
||||||
|
function calendarPage() {
|
||||||
|
return (
|
||||||
|
<div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
export default calendarPage
|
||||||
Loading…
Reference in New Issue
Block a user