You've already forked AstralRinth
* Refactor search page, migrate to /discover/ * Add NormalPage component for common layouts, refactor Collections page as an example, misc ui pkg cleanup * intl:extract * lint * lint * remove old components * Refactor search page, migrate to /discover/ * Add NormalPage component for common layouts, refactor Collections page as an example, misc ui pkg cleanup * intl:extract * lint * lint * remove old components
5 lines
280 B
TypeScript
5 lines
280 B
TypeScript
export { default as Categories } from './Categories.vue'
|
|
export { default as SearchFilterControl } from './SearchFilterControl.vue'
|
|
export { default as SearchFilterOption } from './SearchFilterOption.vue'
|
|
export { default as SearchSidebarFilter } from './SearchSidebarFilter.vue'
|