mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 02:23:53 +02:00
chore: linting
This commit is contained in:
parent
16b839138d
commit
70fcb2d055
10 changed files with 41 additions and 38 deletions
|
|
@ -1,6 +1,6 @@
|
|||
"use client";
|
||||
|
||||
import { createContext, useContext, type ReactNode } from "react";
|
||||
import { createContext, type ReactNode, useContext } from "react";
|
||||
|
||||
interface SidebarContextValue {
|
||||
isCollapsed: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue