mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-06 07:16:46 -06:00
Use tsx, not jsx for Time component import (resolve error)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
import General from "@layouts/General.astro";
|
||||
import Time from "@components/Time.jsx";
|
||||
import Time from "@components/Time.tsx";
|
||||
import { type CollectionEntry } from "astro:content";
|
||||
interface Props {
|
||||
post: CollectionEntry<"blog">;
|
||||
|
||||
Reference in New Issue
Block a user