Calender Prototype
This commit is contained in:
@@ -5,6 +5,7 @@ import Button from "@/components/Button";
|
||||
import {arrowLeft, arrowRight} from "@/components/Icons";
|
||||
import WeekSelector from "@/components/WeekSelector";
|
||||
import PopUp from "@/components/PopUp";
|
||||
import CalenderView from "@/components/CalenderView";
|
||||
|
||||
|
||||
const inter = Inter({subsets: ['latin']})
|
||||
@@ -16,8 +17,7 @@ export default function Home(p) {
|
||||
return (
|
||||
|
||||
<>
|
||||
<WeekSelector />
|
||||
<PopUp/>
|
||||
<CalenderView/>
|
||||
</>
|
||||
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user