mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
lint.
This commit is contained in:
+4
-1
@@ -13,7 +13,10 @@
|
||||
import { onMount } from 'svelte';
|
||||
import { ID, Runtime, TemplateReferenceType } from '@appwrite.io/console';
|
||||
import { getIconFromRuntime } from '$lib/stores/runtimes';
|
||||
import { regionalConsoleVariables, getPageTitle } from '$routes/(console)/project-[region]-[project]/store';
|
||||
import {
|
||||
regionalConsoleVariables,
|
||||
getPageTitle
|
||||
} from '$routes/(console)/project-[region]-[project]/store';
|
||||
import { iconPath } from '$lib/stores/app';
|
||||
import type { PageData } from './$types';
|
||||
import { getLatestTag } from '$lib/helpers/github';
|
||||
|
||||
Reference in New Issue
Block a user