From b219f3208af7504ee11fe28e29e47eb351fe54f5 Mon Sep 17 00:00:00 2001 From: Fernando Ayats Date: Sun, 4 Aug 2024 18:26:05 +0200 Subject: [PATCH] no sum --- src/components/NavBar.astro | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/NavBar.astro b/src/components/NavBar.astro index 0cd6b75..ba3524c 100644 --- a/src/components/NavBar.astro +++ b/src/components/NavBar.astro @@ -2,8 +2,6 @@ import { Image } from "astro:assets"; import logo from "../img/avatar-text.svg"; const { class: className } = Astro.props; - -import { sum } from "neohome-rs"; ---
@@ -30,9 +28,6 @@ import { sum } from "neohome-rs";
  • Blog
  • -
  • - {sum(2,3)} -