mirror of
https://github.com/TurTaskProject/TurTaskWeb.git
synced 2025-12-19 14:04:07 +01:00
12 lines
127 B
JavaScript
12 lines
127 B
JavaScript
import React from 'react'
|
|
|
|
function calendarPage() {
|
|
return (
|
|
<div>
|
|
|
|
</div>
|
|
)
|
|
}
|
|
|
|
export default calendarPage
|