fix: fixed typo in documentation Sidebar.tsx

This commit is contained in:
dvelo 2024-10-04 21:17:13 -05:00
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) => (