Calendar Page
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import React from "react";
|
||||
import Calendar from "../components/Calendar";
|
||||
|
||||
export default function CalendarPage() {
|
||||
return (
|
||||
<>
|
||||
<Calendar />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user