[feat]: export all from Form.astro (#20)

[feat]: export all from Form.astro (#20)
This commit is contained in:
Amit Kumar Sharma 2022-10-03 11:08:13 +05:30 committed by GitHub
parent 315e28bc39
commit ea594da817
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1 @@
import Form from './Form.astro';
export default Form;
export * from './Form.astro';