update(ui): remove useless imports
This commit is contained in:
parent
2ae5846b3d
commit
594106aea3
6 changed files with 1 additions and 7 deletions
|
@ -7,7 +7,6 @@ import { useSelectedLayoutSegments } from 'next/navigation';
|
|||
import React, { useState, type ReactNode } from 'react';
|
||||
import Layout from './Layout';
|
||||
import SettingsDialog from './SettingsDialog';
|
||||
import ThemeSwitcher from './theme/Switcher';
|
||||
|
||||
const VerticalIconContainer = ({ children }: { children: ReactNode }) => {
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue