Skip to content

Commit

Permalink
Fix import conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
manpreeeeeet committed Dec 13, 2024
1 parent c5fb6d7 commit 8ad8957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/metrics.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
import Header from "../components/Header.astro";
import { Metrics } from "../components/Metrics";
import { Metrics as MetricComponent } from "../components/Metrics";
---

<!doctype html>
Expand All @@ -13,7 +13,7 @@ import { Metrics } from "../components/Metrics";
<div
class="container mx-auto lg:max-w-screen-md text-zinc-50 text-sm md:text-base p-5 tracking-wide"
>
<Metrics client:load />
<MetricComponent client:load />
</div>
</body>
</html>

0 comments on commit 8ad8957

Please sign in to comment.