[ Update UI Tamplate ]

This commit is contained in:
YasinShaikh123
2025-02-04 13:56:43 +05:30
parent ce05bb6a43
commit 335bd0bddf
35 changed files with 1279 additions and 331 deletions

View File

@@ -0,0 +1,12 @@
import MainFrame from "../../../components/MainFrame"
const WorkspaceMode = () => {
return (
<MainFrame >
WorkspaceMode
</MainFrame>
)
}
export default WorkspaceMode