We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a80e2e commit a374e70Copy full SHA for a374e70
src/routes/form/+page.svelte
@@ -6,11 +6,6 @@
6
import RadioButton from '../../components/RadioButton.svelte';
7
import Select from '../../components/Select.svelte';
8
import TextArea from '../../components/TextArea.svelte';
9
- // import TextInput from '$lib/components/TextInput.svelte';
10
- // import Checkbox from '$lib/components/Checkbox.svelte';
11
- // import RadioButton from '$lib/components/RadioButton.svelte';
12
- // import Select from '$lib/components/Select.svelte';
13
- // import TextArea from '$lib/components/TextArea.svelte';
14
15
interface FormData {
16
name: string;
0 commit comments