commit | author | age | ||
9bcb19 | 1 | import UserLayout from './UserLayout' |
I | 2 | import BlankLayout from './BlankLayout' |
3 | import BasicLayout from './BasicLayout' | |
4 | import RouteView from './RouteView' | |
5 | import PageView from './PageView' | |
6 | import Iframe from './Iframe' | |
7 | ||
8 | export { UserLayout, BasicLayout, BlankLayout, RouteView, PageView, Iframe } |