Skip to content

Commit a374e70

Browse files
author
Tim Marwick
committed
Update form/+page.svelte, remove comments
1 parent 2a80e2e commit a374e70

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/routes/form/+page.svelte

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
import RadioButton from '../../components/RadioButton.svelte';
77
import Select from '../../components/Select.svelte';
88
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';
149
1510
interface FormData {
1611
name: string;

0 commit comments

Comments
 (0)