Media route in dashboard
This commit is contained in:
@@ -11,6 +11,7 @@ import {
|
|||||||
Settings2,
|
Settings2,
|
||||||
Calendar,
|
Calendar,
|
||||||
Loader2,
|
Loader2,
|
||||||
|
Camera,
|
||||||
} from "lucide-react";
|
} from "lucide-react";
|
||||||
|
|
||||||
import { NavMain } from "@/components/nav-main";
|
import { NavMain } from "@/components/nav-main";
|
||||||
@@ -91,6 +92,13 @@ const data = {
|
|||||||
title: "Settings",
|
title: "Settings",
|
||||||
url: "/dashboard/settings",
|
url: "/dashboard/settings",
|
||||||
icon: Settings2,
|
icon: Settings2,
|
||||||
|
items: [
|
||||||
|
{
|
||||||
|
title: "Media",
|
||||||
|
url: "/dashboard/media",
|
||||||
|
icon: Camera,
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user