mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
format
This commit is contained in:
+6
-1
@@ -11,7 +11,12 @@
|
||||
import { Fieldset, Layout, Icon, Input, Tag } from '@appwrite.io/pink-svelte';
|
||||
import { IconGithub, IconPencil } from '@appwrite.io/pink-icons-svelte';
|
||||
import { onMount } from 'svelte';
|
||||
import { ID, Runtime, TemplateReferenceType, type ProjectKeyScopes } from '@appwrite.io/console';
|
||||
import {
|
||||
ID,
|
||||
Runtime,
|
||||
TemplateReferenceType,
|
||||
type ProjectKeyScopes
|
||||
} from '@appwrite.io/console';
|
||||
import { CustomId } from '$lib/components';
|
||||
import { getIconFromRuntime } from '$lib/stores/runtimes';
|
||||
import { regionalConsoleVariables } from '$routes/(console)/project-[region]-[project]/store';
|
||||
|
||||
+6
-1
@@ -9,7 +9,12 @@
|
||||
import { addNotification } from '$lib/stores/notifications';
|
||||
import { sdk } from '$lib/stores/sdk';
|
||||
import { installation, repository, sortBranches } from '$lib/stores/vcs';
|
||||
import { Runtime, VCSReferenceType, type Models, type ProjectKeyScopes } from '@appwrite.io/console';
|
||||
import {
|
||||
Runtime,
|
||||
VCSReferenceType,
|
||||
type Models,
|
||||
type ProjectKeyScopes
|
||||
} from '@appwrite.io/console';
|
||||
import { IconGithub } from '@appwrite.io/pink-icons-svelte';
|
||||
import { Icon, Input, Layout, Skeleton, Typography } from '@appwrite.io/pink-svelte';
|
||||
import { func } from '../store';
|
||||
|
||||
Reference in New Issue
Block a user