* feat: installation section by framwork * chore: update installations * refactor: use lodash templates * fix: frozen pnpm-lock * fix: capitalize
7 lines
338 B
TypeScript
7 lines
338 B
TypeScript
export { default as ComponentPreview } from './ComponentPreview.vue'
|
|
export { default as Callout } from './Callout.vue'
|
|
export { default as LinkedCard } from './LinkedCard.vue'
|
|
export { default as ManualInstall } from './ManualInstall.vue'
|
|
export { default as Steps } from './Steps.vue'
|
|
export { default as VPImage } from './VPImage.vue'
|