Skip to content

Commit e2dcc50

Browse files
Merge pull request #3038 from appwrite/fix-remove-redundant
removed redundant
2 parents 43b7f56 + 8c8d2c2 commit e2dcc50

2 files changed

Lines changed: 2 additions & 16 deletions

File tree

sdk-for-console

Lines changed: 0 additions & 1 deletion
This file was deleted.

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)