diff --git a/src/app/components/ChatItem.svelte b/src/app/components/ChatItem.svelte index 430f5ca8..b5911565 100644 --- a/src/app/components/ChatItem.svelte +++ b/src/app/components/ChatItem.svelte @@ -10,7 +10,7 @@ import ProfileName from "@app/components/ProfileName.svelte" import ProfileCircle from "@app/components/ProfileCircle.svelte" import ProfileCircles from "@app/components/ProfileCircles.svelte" - import {makeChatPath} from '@app/routes' + import {makeChatPath} from "@app/routes" export let id: string export let pubkeys: string[] diff --git a/src/app/components/EventInfo.svelte b/src/app/components/EventInfo.svelte index 32fb568b..89ff4c3a 100644 --- a/src/app/components/EventInfo.svelte +++ b/src/app/components/EventInfo.svelte @@ -1,6 +1,5 @@