Skip to content

Commit

Permalink
Update form/+page.svelte, remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Marwick committed Sep 16, 2024
1 parent 2a80e2e commit a374e70
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/routes/form/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
import RadioButton from '../../components/RadioButton.svelte';
import Select from '../../components/Select.svelte';
import TextArea from '../../components/TextArea.svelte';
// import TextInput from '$lib/components/TextInput.svelte';
// import Checkbox from '$lib/components/Checkbox.svelte';
// import RadioButton from '$lib/components/RadioButton.svelte';
// import Select from '$lib/components/Select.svelte';
// import TextArea from '$lib/components/TextArea.svelte';
interface FormData {
name: string;
Expand Down

0 comments on commit a374e70

Please sign in to comment.