5 lines
165 B
TypeScript
5 lines
165 B
TypeScript
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
// @ts-ignore
|
|
import Form from './components/Form.astro';
|
|
export default Form;
|
|
export * from './core';
|