+
+
{question.question}
- {timer_res}
+ {timer_res}
{#if question.image !== null}
-

+
{/if}
{#if timer_res !== '0'}
-
+
{#each question.answers as answer}
{/each}
{:else}
-
+
{#each question.answers as answer}
{#if answer.right}
{:else}
diff --git a/frontend/src/routes/__layout.svelte b/frontend/src/routes/__layout.svelte
index 93e41dc..dac91bc 100644
--- a/frontend/src/routes/__layout.svelte
+++ b/frontend/src/routes/__layout.svelte
@@ -12,7 +12,6 @@
Sentry.init({
dsn: import.meta.env.VITE_SENTRY,
integrations: [new BrowserTracing()],
-
// Set tracesSampleRate to 1.0 to capture 100%
// of transactions for performance monitoring.
diff --git a/frontend/src/routes/account/login.svelte b/frontend/src/routes/account/login.svelte
index 65eeb7d..d398cd8 100644
--- a/frontend/src/routes/account/login.svelte
+++ b/frontend/src/routes/account/login.svelte
@@ -1,4 +1,4 @@
-
-
-