LFFE-9 Implementation of Layout in _app and Change Pages that use Dashboard Layout
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
import DashboardLayouts from "@/components/layouts/Dashboard";
|
||||
|
||||
|
||||
const DashboardFirstComponent = () => {
|
||||
return <DashboardLayouts></DashboardLayouts>
|
||||
return <></>
|
||||
};
|
||||
|
||||
export default DashboardFirstComponent;
|
||||
|
||||
Reference in New Issue
Block a user