mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-20 07:03:41 +09:00
moved types to src
This commit is contained in:
@@ -3,10 +3,10 @@ import Base from "@/layouts/Base.astro";
|
||||
import { markdownify } from "@/lib/utils/textConverter";
|
||||
import CallToAction from "@/partials/CallToAction.astro";
|
||||
import Testimonial from "@/partials/Testimonial.astro";
|
||||
import type { Button, Feature } from "@/types";
|
||||
import { Image } from "@astrojs/image/components";
|
||||
import { getEntryBySlug } from "astro:content";
|
||||
import { FaCheck } from "react-icons/fa/index.js";
|
||||
import type { Button, Feature } from "types";
|
||||
|
||||
interface Homepage {
|
||||
banner: {
|
||||
|
||||
Reference in New Issue
Block a user