astro-reactive-form/packages/astro-reactive-form/index.ts
2022-10-03 07:56:52 +02:00

3 lines
84 B
TypeScript

import Form from './Form.astro';
export default Form;
export * from './Form.astro';