3 lines
87 B
TypeScript
3 lines
87 B
TypeScript
import Form from './src/Form.astro';
|
|
export default Form;
|
|
export * from './src/index';
|