Skip to content

Commit

Permalink
Refactor about page to remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
madalinpopa committed Sep 21, 2024
1 parent 93574b8 commit b462592
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/about.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
import PageContent from "../layouts/PageContent.astro";
import PageTitle from "../components/PageTitle.astro";
import Image from "astro/components/Image.astro";
---

<PageContent>
Expand Down

0 comments on commit b462592

Please sign in to comment.