LFFE-7 Merge branch 'feature/LFFE-7_dashboard_layout' into 'develop'

This commit is contained in:
AmirHossein Mahmoodi
2023-11-04 10:44:37 +00:00
32 changed files with 32 additions and 19 deletions

View File

@@ -1,4 +1,5 @@
import DashboardLayouts from "@/layouts/dashboardLayouts";
import DashboardLayouts from "@/components/layouts/Dashboard";
const DashboardFirstComponent = () => {
return <DashboardLayouts></DashboardLayouts>