Project structure changes ad new files added in dashboard folders
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
"use client"
|
||||
|
||||
import MeetingRoomPortal from "@/components/dashboard/workplace/meetingRoom";
|
||||
|
||||
|
||||
|
||||
export default function MeetingPage() {
|
||||
return (
|
||||
|
||||
|
||||
<div className="p-8 mx-3">
|
||||
<MeetingRoomPortal/>
|
||||
|
||||
</div>
|
||||
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user