Skip to content

Commit

Permalink
no sum
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Aug 4, 2024
1 parent 1033a5a commit b219f32
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/NavBar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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";
---

<header class:list={["flex justify-center", className]}>
Expand All @@ -30,9 +28,6 @@ import { sum } from "neohome-rs";
<li>
<a href="/blog">Blog</a>
</li>
<li>
{sum(2,3)}
</li>
</ul>
</nav>
</header>
Expand Down

0 comments on commit b219f32

Please sign in to comment.