mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Fixes imports
This commit is contained in:
@@ -5,9 +5,10 @@
|
||||
import Code from '$lib/components/code.svelte';
|
||||
import Modal from '$lib/components/modal.svelte';
|
||||
import Button from '$lib/elements/forms/button.svelte';
|
||||
import {type Models} from '@appwrite.io/console';
|
||||
|
||||
export let show: boolean;
|
||||
export let webhook: { [key: string]: any };
|
||||
export let webhook: Models.Webhook;
|
||||
|
||||
const projectId = $page.params.project;
|
||||
const webhookPath = `${base}/console/project-${projectId}/settings/webhooks/${webhook.$id}`;
|
||||
|
||||
Reference in New Issue
Block a user