From 95f970e0238ef20813c68077458e5deff27c6897 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Tue, 8 Aug 2023 12:54:07 +0400 Subject: [PATCH] chore: fix tests --- src/lib/layout/unauthenticated.svelte | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/layout/unauthenticated.svelte b/src/lib/layout/unauthenticated.svelte index b59d1232c..e15cbf5a8 100644 --- a/src/lib/layout/unauthenticated.svelte +++ b/src/lib/layout/unauthenticated.svelte @@ -13,6 +13,9 @@ import { isCloud } from '$lib/system'; import { onDestroy } from 'svelte'; + export let imgLight = LoginLight; + export let imgDark = LoginDark; + const technologies = [ 'js', 'flutter',