feat: Add profile editor

This commit is contained in:
Jesse Wierzbinski 2024-12-07 17:19:41 +01:00
parent 8626a15076
commit 48196026ee
No known key found for this signature in database
6 changed files with 377 additions and 8 deletions

View file

@ -133,6 +133,10 @@ const data = {
url: "/preferences",
icon: Settings2,
items: [
{
title: "Account",
url: "/preferences/account",
},
{
title: "Appearance",
url: "/preferences/appearance",