Replace Card & Datetime astro components with react components

This commit is contained in:
Sat Naing
2022-09-19 22:19:05 +06:30
parent b766a2d32e
commit eb60d0e9d0
6 changed files with 4 additions and 89 deletions
+1 -1
View File
@@ -1,10 +1,10 @@
---
import Layout from "@layouts/Layout.astro";
import Header from "@components/Header.astro";
import Card from "@components/Card.astro";
import Footer from "@components/Footer.astro";
import LinkButton from "@components/LinkButton.astro";
import Hr from "@components/Hr.astro";
import Card from "@components/Card";
import getSortedPosts from "@utils/getSortedPosts";
import type { Frontmatter } from "@utils/types";
import socialLinks from "@utils/socialLinks";