mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:01:42 +08:00
Move types definition under src directory
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Datetime from "./Datetime";
|
||||
import type { Frontmatter } from "@utils/types";
|
||||
import type { Frontmatter } from "src/types";
|
||||
|
||||
export interface Props {
|
||||
href?: string;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
import Fuse from "fuse.js";
|
||||
import { useEffect, useState } from "react";
|
||||
import Card from "@components/Card";
|
||||
import type { Frontmatter } from "@utils/types";
|
||||
import type { Frontmatter } from "src/types";
|
||||
|
||||
interface Props {
|
||||
searchList: {
|
||||
|
||||
Reference in New Issue
Block a user