Skip to content

Commit 8c8d2c2

Browse files
linting
1 parent bd50bb8 commit 8c8d2c2

1 file changed

Lines changed: 2 additions & 15 deletions

File tree

src/routes/(console)/supportWizard.svelte

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,10 @@
11
<script lang="ts">
22
import { Wizard } from '$lib/layout';
3-
import {
4-
Icon,
5-
Input,
6-
Layout,
7-
Tag,
8-
Typography,
9-
Card,
10-
Upload
11-
} from '@appwrite.io/pink-svelte';
3+
import { Icon, Input, Layout, Tag, Typography, Card, Upload } from '@appwrite.io/pink-svelte';
124
import { supportData, isSupportOnline } from './wizard/support/store';
135
import { onMount, onDestroy } from 'svelte';
146
import { sdk } from '$lib/stores/sdk';
15-
import {
16-
Form,
17-
InputText,
18-
InputTextarea,
19-
Button
20-
} from '$lib/elements/forms/index.js';
7+
import { Form, InputText, InputTextarea, Button } from '$lib/elements/forms/index.js';
218
import { Query } from '@appwrite.io/console';
229
import { Submit, trackError, trackEvent } from '$lib/actions/analytics';
2310
import {

0 commit comments

Comments
 (0)