mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
13 lines
541 B
JavaScript
13 lines
541 B
JavaScript
import CONFIG_NEXT from './config_next'
|
|
export { CONFIG_NEXT as THEME_CONFIG }
|
|
export { LayoutIndex } from './LayoutIndex'
|
|
export { LayoutSearch } from './LayoutSearch'
|
|
export { LayoutArchive } from './LayoutArchive'
|
|
export { LayoutSlug } from './LayoutSlug'
|
|
export { Layout404 } from './Layout404'
|
|
export { LayoutCategory } from './LayoutCategory'
|
|
export { LayoutCategoryIndex } from './LayoutCategoryIndex'
|
|
export { LayoutPage } from './LayoutPage'
|
|
export { LayoutTag } from './LayoutTag'
|
|
export { LayoutTagIndex } from './LayoutTagIndex'
|