You've already forked AstralRinth
forked from didirus/AstralRinth
NormalPage component w/ Collections refactor (#4873)
* 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
This commit is contained in:
3
packages/ui/src/components/content/index.ts
Normal file
3
packages/ui/src/components/content/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export { default as ContentListPanel } from './ContentListPanel.vue'
|
||||
export type { Article as NewsArticle } from './NewsArticleCard.vue'
|
||||
export { default as NewsArticleCard } from './NewsArticleCard.vue'
|
||||
Reference in New Issue
Block a user