From cde119f7691efad961cb6bd4f741b4de646b45ab Mon Sep 17 00:00:00 2001 From: Artem VV Date: Tue, 20 Jun 2023 23:22:05 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D1=87=D0=B8=D1=81=D1=82?= =?UTF-8?q?=D0=B8=D0=BB=20=D0=B8=D0=BD=D0=B4=D0=B5=D0=BA=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index.astro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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";