Cleanup
This commit is contained in:
parent
b8cecee57e
commit
986f3b8f02
@ -4,7 +4,7 @@ import { cn } from "@/lib/utils";
|
||||
import { capitalize } from "@/lib/stringUtils";
|
||||
import { minecrafter } from "@/font/fonts";
|
||||
import { getDocsContent } from "@/lib/mdxUtils";
|
||||
import QuickSearchDialog from "@/components/docs/search/search-dialog";
|
||||
import QuickSearchDialog from "@/components/docs/search-dialog";
|
||||
|
||||
/**
|
||||
* The sidebar for the docs page.
|
||||
|
@ -3,8 +3,7 @@
|
||||
import Creeper from "@/components/creeper";
|
||||
import { minecrafter } from "@/font/fonts";
|
||||
import { cn } from "@/app/common/utils";
|
||||
import { ReactElement } from "react";
|
||||
import { useEffect } from "react";
|
||||
import { ReactElement, useEffect } from "react";
|
||||
import MinecraftButton from "@/components/minecraft-button";
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user