12
app/routes/Layouts/SidebarWithNavbar/index.js
Executable file
12
app/routes/Layouts/SidebarWithNavbar/index.js
Executable file
@@ -0,0 +1,12 @@
|
||||
import { SidebarWithNavbar } from './SidebarWithNavbar';
|
||||
import {
|
||||
SidebarWithNavbarNavbar
|
||||
} from './../../../layout/components/SidebarWithNavbarNavbar';
|
||||
import {
|
||||
DefaultSidebar
|
||||
} from './../../../layout/components/DefaultSidebar';
|
||||
|
||||
SidebarWithNavbar.Navbar = SidebarWithNavbarNavbar;
|
||||
SidebarWithNavbar.Sidebar = DefaultSidebar;
|
||||
|
||||
export default SidebarWithNavbar;
|
Reference in New Issue
Block a user