remove unused imports

This commit is contained in:
Fathul Irfaan Abdillah
2023-08-05 17:30:04 +07:00
parent 7e82a76cfb
commit 84b2b46cc5
3 changed files with 4 additions and 10 deletions

View File

@@ -1,7 +1,6 @@
---
import Container from "@components/container.astro";
import { getFormattedDate } from "@utils/all";
import { log } from "astro/dist/core/logger/core";
import Layout from "./Layout.astro";
const { frontmatter } = Astro.props;