Layout scaffolding for Web apps.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

5 satır
230 B

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