mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 21:35:19 +00:00
feat: add danger zone to settings
This commit is contained in:
@@ -40,6 +40,10 @@ const settingsCategories = [
|
||||
title: "Backups",
|
||||
href: "/settings/backups",
|
||||
},
|
||||
{
|
||||
title: "Danger Zone",
|
||||
href: "/settings/danger",
|
||||
},
|
||||
]
|
||||
|
||||
export default function SettingsLayout({ children }: { children: React.ReactNode }) {
|
||||
|
||||
Reference in New Issue
Block a user