diff --git a/src/layouts/LayoutGuest.svelte b/src/layouts/LayoutGuest.svelte
index 853316d..926c385 100644
--- a/src/layouts/LayoutGuest.svelte
+++ b/src/layouts/LayoutGuest.svelte
@@ -6,6 +6,7 @@
import { routes } from '$/routes/guest.routes'
import { Router, Route, createHistory } from 'svelte-navigator'
import hashHistory from './hashHistory'
+ // @ts-ignore
const history = createHistory(hashHistory())
diff --git a/src/layouts/LayoutUser.svelte b/src/layouts/LayoutUser.svelte
index 63bafc5..15b54fa 100644
--- a/src/layouts/LayoutUser.svelte
+++ b/src/layouts/LayoutUser.svelte
@@ -22,6 +22,7 @@
let triggerEvent = false;
+ // @ts-ignore
const history = createHistory(hashHistory())
onMount(() => {
diff --git a/src/pages/site/CantidadBusesLinea.svelte b/src/pages/site/CantidadBusesLinea.svelte
index 64ce3f1..dbd0cde 100644
--- a/src/pages/site/CantidadBusesLinea.svelte
+++ b/src/pages/site/CantidadBusesLinea.svelte
@@ -1,53 +1,55 @@
-
-
-
+
+
+
-
-
-
-
- {#each data as row}
-
- {row.route_short_name} |
- {row.count} |
-
- {/each}
-
-
+
+
+
+
+ {#each data as row}
+
+ {row.route_short_name} |
+ {row.count} |
+
+ {/each}
+
+
+