mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-05-02 01:02:45 +00:00
feat(sidebar): remove unused state
This commit is contained in:
@ -16,8 +16,6 @@ const VerticalIconContainer = ({ children }: { children: ReactNode }) => {
|
|||||||
const Sidebar = ({ children }: { children: React.ReactNode }) => {
|
const Sidebar = ({ children }: { children: React.ReactNode }) => {
|
||||||
const segments = useSelectedLayoutSegments();
|
const segments = useSelectedLayoutSegments();
|
||||||
|
|
||||||
const [isSettingsOpen, setIsSettingsOpen] = useState(false);
|
|
||||||
|
|
||||||
const navLinks = [
|
const navLinks = [
|
||||||
{
|
{
|
||||||
icon: Home,
|
icon: Home,
|
||||||
|
Reference in New Issue
Block a user