revert: remove unrelated SDK import changes

Reverted trivial import reordering in sdk.ts, indexes.svelte, and
store.ts caused by 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:08:55 +00:00
co-authored by Claude Opus 4.6
parent 0459896d8d
commit 8be2c4c6bf
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -23,9 +23,9 @@ import {
Tokens,
TablesDB,
Domains,
Webhooks,
/*DocumentsDB,*/
Realtime,
Webhooks,
Organizations
} from '@appwrite.io/console';
import { Sources } from '$lib/sdk/sources';
@@ -6,8 +6,7 @@
import { Modal } from '$lib/components';
import { type Entity, SideSheet } from '$database/(entity)';
import { isSmallViewport } from '$lib/stores/viewport';
import { OrderBy } from '@appwrite.io/console';
import { TablesDBIndexType } from '@appwrite.io/console';
import { TablesDBIndexType, OrderBy } from '@appwrite.io/console';
import { capitalize } from '$lib/helpers/string';
import { type Columns } from '../table-[table]/store';
import { isRelationship } from '../table-[table]/rows/store';
@@ -1,6 +1,5 @@
import { writable } from 'svelte/store';
import { OrderBy } from '@appwrite.io/console';
import { TablesDBIndexType } from '@appwrite.io/console';
import { TablesDBIndexType, OrderBy } from '@appwrite.io/console';
import { columnOptions } from '../table-[table]/columns/store';
export type TableColumnSuggestions = {