Hangar/frontend/components/logos/index.ts
2021-03-20 00:24:17 -07:00

4 lines
170 B
TypeScript

export { default as Paper } from './PaperLogo.vue';
export { default as Velocity } from './VelocityLogo.vue';
export { default as Waterfall } from './WaterfallLogo.vue';