Skip to content

Commit

Permalink
Remove unused import in example code
Browse files Browse the repository at this point in the history
  • Loading branch information
icflorescu committed Jan 28, 2024
1 parent f9aa410 commit cc37d27
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/bookstall/src/routes/authors/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
import { invalidateAll } from '$app/navigation';
import AuthorizationAlert from '$lib/components/AuthorizationAlert.svelte';
import DataTable from '$lib/components/DataTable.svelte';
import TextareaInput from '$lib/components/inputs/TextareaInput.svelte';
import TextInput from '$lib/components/inputs/TextInput.svelte';
import ModalEditor from '$lib/components/ModalEditor.svelte';
import { savable } from '$lib/savable';
import TextInput from '$lib/components/inputs/TextInput.svelte';
import TextareaInput from '$lib/components/inputs/TextareaInput.svelte';
import { trpc } from '$lib/trpc/client';
import type { RouterInputs } from '$lib/trpc/router';
import { TRPCClientError } from '@trpc/client';
Expand Down

0 comments on commit cc37d27

Please sign in to comment.