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