Merge pull request #3038 from appwrite/fix-remove-redundant

removed redundant
This commit is contained in:
ArnabChatterjee20k
2026-05-11 11:12:07 +05:30
committed by GitHub
2 changed files with 2 additions and 16 deletions
Submodule sdk-for-console deleted from dcfff2a2aa
+2 -15
View File
@@ -1,23 +1,10 @@
<script lang="ts">
import { Wizard } from '$lib/layout';
import {
Icon,
Input,
Layout,
Tag,
Typography,
Card,
Upload
} from '@appwrite.io/pink-svelte';
import { Icon, Input, Layout, Tag, Typography, Card, Upload } from '@appwrite.io/pink-svelte';
import { supportData, isSupportOnline } from './wizard/support/store';
import { onMount, onDestroy } from 'svelte';
import { sdk } from '$lib/stores/sdk';
import {
Form,
InputText,
InputTextarea,
Button
} from '$lib/elements/forms/index.js';
import { Form, InputText, InputTextarea, Button } from '$lib/elements/forms/index.js';
import { Query } from '@appwrite.io/console';
import { Submit, trackError, trackEvent } from '$lib/actions/analytics';
import {