mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 16:05:00 -05:00
fix: fixed typo in documentation Sidebar.tsx
This commit is contained in:
parent
6aff5751c6
commit
4447a07480
@ -7,7 +7,7 @@ import { ChevronRight } from "lucide-react";
|
||||
import { useRouter } from "@/lib/useRouter";
|
||||
import { AnimatePresence, motion } from "framer-motion";
|
||||
|
||||
export function sSidebar() {
|
||||
export function Sidebar() {
|
||||
return (
|
||||
<>
|
||||
{allFolders.map((docs) => (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user