We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e3394 commit a83a96bCopy full SHA for a83a96b
src/routes/(console)/project-[region]-[project]/sites/(components)/siteCard.svelte
@@ -20,7 +20,7 @@
20
import { app } from '$lib/stores/app';
21
import { base } from '$app/paths';
22
import { isCloud } from '$lib/system';
23
- import { getApiEndpoint, sdk } from '$lib/stores/sdk';
+ import { getApiEndpoint } from '$lib/stores/sdk';
24
import { capitalize } from '$lib/helpers/string';
25
import { page } from '$app/state';
26
0 commit comments