Fix imported type using a type-only import
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
import { Form } from '~/types';
|
||||
import type { Form } from '~/types';
|
||||
|
||||
const { inputs, textarea, disclaimer, button = 'Contact us', description = '' } = Astro.props as Form;
|
||||
---
|
||||
|
Reference in New Issue
Block a user