frontend/components/ui/input/index.ts
2025-01-29 04:39:33 +01:00

3 lines
97 B
TypeScript

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