Add settings page

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-02-12 09:50:40 -08:00
parent 33c4d3de8f
commit 2b0ae7c392
3 changed files with 142 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ import {
Command,
LifeBuoy,
Send,
Settings,
} from "lucide-react";
import {
graphql,
@@ -51,6 +52,11 @@ const staticData = {
url: "/vendors",
icon: ToyBrick,
},
{
title: "Settings",
url: "/settings",
icon: Settings,
},
],
navSecondary: [
{