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