flaschengeist-frontend/api/components/index.ts

5 lines
137 B
TypeScript
Raw Normal View History

import IsoDateInput from './IsoDateInput.vue';
import PasswordInput from './PasswordInput.vue';
export { IsoDateInput, PasswordInput };