From 7c729c5a1c5b3dc45a2ee3a3b813347366b14b42 Mon Sep 17 00:00:00 2001 From: rakshitranga <61892635+rakshitranga@users.noreply.github.com> Date: Tue, 9 Apr 2024 22:28:32 -0400 Subject: [PATCH] redirection --- src/routes/Home.svelte | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/routes/Home.svelte b/src/routes/Home.svelte index fd1e460..16479e5 100644 --- a/src/routes/Home.svelte +++ b/src/routes/Home.svelte @@ -12,6 +12,8 @@ import { liveQuery } from "dexie"; import { db } from "../lib/db"; + // import { useHistory } from 'svelte-routing'; + // import { goto } from '$app/navigation'; let profile = liveQuery(() => db.profile.toArray()) @@ -65,13 +67,13 @@ {/if} {/if} - + {/if} \ No newline at end of file