remove unused imports
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
---
|
||||
import { Icon } from "astro-icon";
|
||||
import Layout from "@layouts/Layout.astro";
|
||||
import Container from "@components/container.astro";
|
||||
import Sectionhead from "@components/sectionhead.astro";
|
||||
import Button from "@components/ui/button.astro";
|
||||
import Contactform from "@components/contactform.astro";
|
||||
import Layout from "@layouts/Layout.astro";
|
||||
---
|
||||
|
||||
<Layout title="404 Not Found">
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
---
|
||||
import { Icon } from "astro-icon";
|
||||
import Layout from "@layouts/Layout.astro";
|
||||
import Contactform from "@components/contactform.astro";
|
||||
import Container from "@components/container.astro";
|
||||
import Sectionhead from "@components/sectionhead.astro";
|
||||
import Button from "@components/ui/button.astro";
|
||||
import Contactform from "@components/contactform.astro";
|
||||
import Layout from "@layouts/Layout.astro";
|
||||
import { Icon } from "astro-icon";
|
||||
---
|
||||
|
||||
<Layout title="Contact">
|
||||
|
||||
Reference in New Issue
Block a user