chore: linting

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-01-28 22:15:43 -08:00
parent 16b839138d
commit 70fcb2d055
10 changed files with 41 additions and 38 deletions

View file

@ -1,6 +1,6 @@
"use client";
import { createContext, useContext, type ReactNode } from "react";
import { createContext, type ReactNode, useContext } from "react";
interface SidebarContextValue {
isCollapsed: boolean;