mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
address comments: lol.
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
import { Card, Icon, Input, Layout, Typography } from '@appwrite.io/pink-svelte';
|
||||
import { Click, trackEvent } from '$lib/actions/analytics';
|
||||
import { IconX } from '@appwrite.io/pink-icons-svelte';
|
||||
import Button from '../../../../../../lib/elements/forms/button.svelte';
|
||||
import Button from '$lib/elements/forms/button.svelte';
|
||||
|
||||
export let id: string;
|
||||
export let show = false;
|
||||
|
||||
+1
-1
@@ -40,7 +40,7 @@
|
||||
} from '@appwrite.io/pink-icons-svelte';
|
||||
import { capitalize } from '$lib/helpers/string';
|
||||
import Ellipse from './components/Ellipse.svelte';
|
||||
import Confirm from '../../../../../../lib/components/confirm.svelte';
|
||||
import Confirm from '$lib/components/confirm.svelte';
|
||||
|
||||
export let data: PageData;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user