diff --git a/src/routes/sunrise-sunset/+page.svelte b/src/routes/sunrise-sunset/+page.svelte
index e51184c..79163c3 100644
--- a/src/routes/sunrise-sunset/+page.svelte
+++ b/src/routes/sunrise-sunset/+page.svelte
@@ -7,6 +7,7 @@
import { writable } from "svelte/store";
import Navbar from "$lib/components/Navbar.svelte";
+ import MetaTags from "./MetaTags.svelte";
import type { ISunriseSunsetGuessingHistory } from "./ISunriseSunsetGuessingHistory.js";
let hasGuessingHistoryBeenLoaded = false;
@@ -93,6 +94,8 @@
});
+