mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Reposition slugify import
This commit is contained in:
@@ -6,9 +6,9 @@ import Header from "@components/Header.astro";
|
|||||||
import Footer from "@components/Footer.astro";
|
import Footer from "@components/Footer.astro";
|
||||||
import Card from "@components/Card";
|
import Card from "@components/Card";
|
||||||
import LinkButton from "@components/LinkButton.astro";
|
import LinkButton from "@components/LinkButton.astro";
|
||||||
|
import slugify from "@utils/slugify";
|
||||||
import type { MarkdownInstance } from "astro";
|
import type { MarkdownInstance } from "astro";
|
||||||
import type { Frontmatter } from "src/types";
|
import type { Frontmatter } from "src/types";
|
||||||
import slugify from "@utils/slugify";
|
|
||||||
|
|
||||||
export interface Props {
|
export interface Props {
|
||||||
pageNum: number;
|
pageNum: number;
|
||||||
|
|||||||
Reference in New Issue
Block a user