diff --git a/src/components/top/Hero.astro b/src/components/top/Hero.astro
index da41a0f..acb1b05 100644
--- a/src/components/top/Hero.astro
+++ b/src/components/top/Hero.astro
@@ -3,7 +3,6 @@ import PrimaryLogoWhiteImage from "../../imgs/primary_logo_white.png";
import TriImage from "../../imgs/tri.png";
import TicketButtonBefore from "./TicketButtonBefore.astro";
import TicketButtonSelling from "./TicketButtonSelling.astro";
-import InterNav from "./InterNav.astro";
function isTicketOpen(): boolean {
return true;
@@ -173,4 +172,3 @@ function isTicketOpen(): boolean {
-