Layout scaffolding for Web apps.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

7 lines
332 B

  1. export * as Basic from './layouts/Basic'
  2. export * as BasicWide from './layouts/BasicWide'
  3. export * as BasicNarrow from './layouts/BasicNarrow'
  4. export * as LeftSidebarWithMenu from './layouts/LeftSidebarWithMenu'
  5. export * as LeftSidebar from './layouts/LeftSidebar'
  6. export * as RightSidebarStatic from './layouts/RightSidebarStatic'