mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
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:
co-authored by
Claude Opus 4.6
parent
0459896d8d
commit
8be2c4c6bf
@@ -23,9 +23,9 @@ import {
|
||||
Tokens,
|
||||
TablesDB,
|
||||
Domains,
|
||||
Webhooks,
|
||||
/*DocumentsDB,*/
|
||||
Realtime,
|
||||
Webhooks,
|
||||
Organizations
|
||||
} from '@appwrite.io/console';
|
||||
import { Sources } from '$lib/sdk/sources';
|
||||
|
||||
+1
-2
@@ -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
-2
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user