Hangar/frontend/components/logos/index.ts

4 lines
170 B
TypeScript
Raw Normal View History

2021-03-20 15:24:17 +08:00
export { default as Paper } from './PaperLogo.vue';
export { default as Velocity } from './VelocityLogo.vue';
export { default as Waterfall } from './WaterfallLogo.vue';