This commit is contained in:
Braydon 2024-04-21 20:26:29 -04:00
parent b8cecee57e
commit 986f3b8f02
3 changed files with 2 additions and 3 deletions

@ -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";
/**