This commit is contained in:
srgooglo 2022-03-11 01:06:09 +01:00
parent 3f259e5531
commit dd4e38175f

View File

@ -1,11 +1,11 @@
import React from "react" import React from "react"
import classnames from "classnames" import classnames from "classnames"
import * as antd from 'antd' import * as antd from "antd"
import Sidebar from './sidebar' import Sidebar from "./sidebar"
import Header from './header' import Header from "./header"
import Drawer from './drawer' import Drawer from "./drawer"
import Sidedrawer from './sidedrawer' import Sidedrawer from "./sidedrawer"
import BottomBar from "./bottomBar" import BottomBar from "./bottomBar"
const LayoutRenders = { const LayoutRenders = {