revert: remove unrelated import change in indexes/create.svelte

Trivial import split from SDK update — not part of BAA feature.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Damodar Lohani
2026-04-06 08:07:19 +00:00
co-authored by Claude Opus 4.6
parent 4c84512206
commit 0459896d8d
@@ -1,6 +1,5 @@
<script module lang="ts">
import { OrderBy } from '@appwrite.io/console';
import { TablesDBIndexType } from '@appwrite.io/console';
import { TablesDBIndexType, OrderBy } from '@appwrite.io/console';
export type CreateIndexesCallbackType = {
key: string;
type: TablesDBIndexType;