New Calender View Design
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
import CalenderView from "@/components/CalenderView";
|
||||
import Background from "@/components/Background";
|
||||
import Logout from "@/components/Logout";
|
||||
|
||||
export default function planning(p)
|
||||
{
|
||||
|
||||
return (
|
||||
<>
|
||||
<Logout/>
|
||||
<Background/>
|
||||
<CalenderView/>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user