fun improvements #1
@@ -1,8 +1,8 @@
|
|||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { getPostData, getAllPostIds } from "@/lib/posts";
|
import { getPostData, getAllPostIds } from "@/lib/posts";
|
||||||
import type { PostData } from "@/lib/posts";
|
import type { PostData } from "@/lib/posts";
|
||||||
import Window from "../../../components/window";
|
import Window from "@/components/window";
|
||||||
import TableOfContents from "../../../components/table-of-contents";
|
import TableOfContents from "@/components/table-of-contents";
|
||||||
import { MDXRemote } from "next-mdx-remote/rsc";
|
import { MDXRemote } from "next-mdx-remote/rsc";
|
||||||
import rehypePrettyCode from "rehype-pretty-code";
|
import rehypePrettyCode from "rehype-pretty-code";
|
||||||
import rehypeSlug from "rehype-slug";
|
import rehypeSlug from "rehype-slug";
|
||||||
|
|||||||
Reference in New Issue
Block a user