mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2025-12-19 20:12:59 +05:30
(refactor): merged extension tab with settings
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Download, Puzzle, Settings, SquarePlay } from "lucide-react";
|
||||
import { Download, Settings, SquarePlay } from "lucide-react";
|
||||
import { RoutesObj } from "@/types/route";
|
||||
|
||||
export const AllRoutes: Array<RoutesObj> = [
|
||||
@@ -12,11 +12,6 @@ export const AllRoutes: Array<RoutesObj> = [
|
||||
url: "/library",
|
||||
icon: SquarePlay,
|
||||
},
|
||||
{
|
||||
title: "Extension",
|
||||
url: "/extension",
|
||||
icon: Puzzle,
|
||||
},
|
||||
{
|
||||
title: "Settings",
|
||||
url: "/settings",
|
||||
|
||||
Reference in New Issue
Block a user