Skip to content

Commit

Permalink
🚨 Fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Aug 2, 2024
1 parent a66703a commit 3641ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/demo/src/pages/index.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
import { Counter } from "@components/qwik/counter";
import { SayHi } from "@components/qwik/say-hi";
import { LuCheck } from '@qwikest/icons/lucide'
import { LuCheck } from "@qwikest/icons/lucide";
---

<html lang="en">
Expand Down

0 comments on commit 3641ebe

Please sign in to comment.