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