diff --git a/src/app.d.ts b/src/app.d.ts index 41a0ca38..982c6b29 100644 --- a/src/app.d.ts +++ b/src/app.d.ts @@ -14,12 +14,4 @@ declare global { namespace App { interface Platform {} } - interface ImportMetaEnv { - VITE_NOVI_API_KEY: string; - VITE_NOVI_MOD_GROUP_GUID: string; - VITE_JITSI_TOKEN_ENDPOINT: string; - } - interface ImportMeta { - readonly env: ImportMetaEnv; - } -} \ No newline at end of file +} diff --git a/src/routes/idaa/(idaa)/video_conferences/+page.svelte b/src/routes/idaa/(idaa)/video_conferences/+page.svelte index 82f75fc1..e07b37c0 100644 --- a/src/routes/idaa/(idaa)/video_conferences/+page.svelte +++ b/src/routes/idaa/(idaa)/video_conferences/+page.svelte @@ -1,5 +1,6 @@