diff options
| author | Yuval Adam <_@yuv.al> | 2025-05-08 21:31:49 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-05-08 22:27:03 +0200 |
| commit | 62578e75e5b43f074f024d7a2ce39d1c2622bde2 (patch) | |
| tree | b0768174deef85f0b7cd4afea9c61f2429d6f73c /src | |
| parent | c8d6dc54e2ee44daa00b11c6300f4f0d6ef32186 (diff) | |
Cleanup Cidr component import
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index 39e0043..c750c0a 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,5 +1,5 @@ --- -import Cidr from "../components/Cidr.tsx"; +import Cidr from "../components/Cidr"; import "../styles/global.css"; |
