mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Fix missing import
This commit is contained in:
Generated
+7
-7
@@ -9,7 +9,7 @@
|
||||
"version": "0.0.1",
|
||||
"dependencies": {
|
||||
"@analytics/google-analytics": "^1.0.5",
|
||||
"@aw-labs/appwrite-console": "npm:matej-appwrite-console@7.1.51",
|
||||
"@aw-labs/appwrite-console": "npm:matej-appwrite-console@7.1.52",
|
||||
"@aw-labs/icons": "0.0.0-77",
|
||||
"@aw-labs/ui": "0.0.0-77",
|
||||
"@popperjs/core": "^2.11.6",
|
||||
@@ -146,9 +146,9 @@
|
||||
},
|
||||
"node_modules/@aw-labs/appwrite-console": {
|
||||
"name": "matej-appwrite-console",
|
||||
"version": "7.1.51",
|
||||
"resolved": "https://registry.npmjs.org/matej-appwrite-console/-/matej-appwrite-console-7.1.51.tgz",
|
||||
"integrity": "sha512-IL+fcBryNoFePIIl5ug/avnipcJBWV5ONqiqUg9la3medQd8EnRxSUw4Nd7+TlJJ5dxaxxO40J8JdMkvsQO/xg==",
|
||||
"version": "7.1.52",
|
||||
"resolved": "https://registry.npmjs.org/matej-appwrite-console/-/matej-appwrite-console-7.1.52.tgz",
|
||||
"integrity": "sha512-RuGQH8CjQVjyta9+lxidJxswRKXWYPdoJZp8SyIrXIOs4smYz39UCPpeRuW1XV9si3W2ge2Mm2Zrx/y3PunH1Q==",
|
||||
"dependencies": {
|
||||
"cross-fetch": "3.1.5",
|
||||
"isomorphic-form-data": "2.0.0"
|
||||
@@ -7741,9 +7741,9 @@
|
||||
"integrity": "sha512-1Yw7u/COtxx06BfwlI+kVhsa/upKYzmCNrT4c8QDeCY2KMYlnijkUjtHiPU08HxyTIVB5j6d75O0YWVIHwQS8g=="
|
||||
},
|
||||
"@aw-labs/appwrite-console": {
|
||||
"version": "npm:matej-appwrite-console@7.1.51",
|
||||
"resolved": "https://registry.npmjs.org/matej-appwrite-console/-/matej-appwrite-console-7.1.51.tgz",
|
||||
"integrity": "sha512-IL+fcBryNoFePIIl5ug/avnipcJBWV5ONqiqUg9la3medQd8EnRxSUw4Nd7+TlJJ5dxaxxO40J8JdMkvsQO/xg==",
|
||||
"version": "npm:matej-appwrite-console@7.1.52",
|
||||
"resolved": "https://registry.npmjs.org/matej-appwrite-console/-/matej-appwrite-console-7.1.52.tgz",
|
||||
"integrity": "sha512-RuGQH8CjQVjyta9+lxidJxswRKXWYPdoJZp8SyIrXIOs4smYz39UCPpeRuW1XV9si3W2ge2Mm2Zrx/y3PunH1Q==",
|
||||
"requires": {
|
||||
"cross-fetch": "3.1.5",
|
||||
"isomorphic-form-data": "2.0.0"
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@
|
||||
"dependencies": {
|
||||
"@analytics/google-analytics": "^1.0.5",
|
||||
"analytics": "^0.8.1",
|
||||
"@aw-labs/appwrite-console": "npm:matej-appwrite-console@7.1.51",
|
||||
"@aw-labs/appwrite-console": "npm:matej-appwrite-console@7.1.52",
|
||||
"@aw-labs/icons": "0.0.0-77",
|
||||
"@aw-labs/ui": "0.0.0-77",
|
||||
"@popperjs/core": "^2.11.6",
|
||||
|
||||
+1
@@ -23,6 +23,7 @@
|
||||
import { trackEvent } from '$lib/actions/analytics';
|
||||
import InputSwitch from '$lib/elements/forms/inputSwitch.svelte';
|
||||
import Variables from '$lib/components/environmentVariables/variables.svelte';
|
||||
import GitConnection from './gitConnection.svelte';
|
||||
|
||||
export let data: PageData;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user