added data table
This commit is contained in:
@@ -2,14 +2,10 @@
|
||||
|
||||
import * as React from "react"
|
||||
import {
|
||||
IconCamera,
|
||||
IconChartBar,
|
||||
IconBuildingArch,
|
||||
IconDashboard,
|
||||
IconDatabase,
|
||||
IconFileAi,
|
||||
IconFileDescription,
|
||||
IconFileWord,
|
||||
IconFolder,
|
||||
IconHelp,
|
||||
IconInnerShadowTop,
|
||||
IconListDetails,
|
||||
@@ -50,6 +46,11 @@ const data = {
|
||||
url: "/guest-book",
|
||||
icon: IconUsers,
|
||||
},
|
||||
{
|
||||
title: "Locations",
|
||||
url: "/locations",
|
||||
icon: IconBuildingArch,
|
||||
},
|
||||
],
|
||||
// navClouds: [
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user