frontend/components/ui/input/index.ts

3 lines
97 B
TypeScript
Raw Normal View History

export { default as Input } from "./Input.vue";
export { default as UrlInput } from "./url.vue";