diff --git a/src/pages/index.astro b/src/pages/index.astro index eb37f67..f32a2e4 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,8 +1,7 @@ --- import Layout from "../layouts/Layout.astro"; -import type { NavbarItemType } from "astro-bootstrap"; -import { getUserSession, getNewsAndAlerts, getSessionUser } from "../db"; +import { getUserSession, getSessionUser } from "../db"; import NewsBlock from "../components/NewsBlock.astro"; import Navbar from "../components/Navbar.astro";