fix: unused imports

This commit is contained in:
Torsten Dittmann
2024-01-25 10:56:36 +01:00
parent 0a3ee236d1
commit ab5a7e673e
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<script lang="ts">
import { invalidate } from '$app/navigation';
import { Submit, trackError, trackEvent } from '$lib/actions/analytics';
import { CardGrid, Heading, Empty, Modal } from '$lib/components';
import { CardGrid, Heading, Empty } from '$lib/components';
import { Dependencies } from '$lib/constants';
import { Button, Form, FormList, InputChoice } from '$lib/elements/forms';
import {
@@ -1,6 +1,5 @@
import type { Models } from '@appwrite.io/console';
import type { Providers } from '../../provider.svelte';
import type { ProviderTypes } from '../../providerType.svelte';
import { writable } from 'svelte/store';
type ProviderParams = {