feat(sidebar): remove unused state
This commit is contained in:
parent
f628b6e416
commit
274e6ca88c
1 changed files with 0 additions and 2 deletions
|
|
@ -16,8 +16,6 @@ const VerticalIconContainer = ({ children }: { children: ReactNode }) => {
|
|||
const Sidebar = ({ children }: { children: React.ReactNode }) => {
|
||||
const segments = useSelectedLayoutSegments();
|
||||
|
||||
const [isSettingsOpen, setIsSettingsOpen] = useState(false);
|
||||
|
||||
const navLinks = [
|
||||
{
|
||||
icon: Home,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue