add setting

This commit is contained in:
Eduard Gert
2026-05-06 14:21:01 +02:00
parent c3f9514182
commit 553be144b4
12 changed files with 173 additions and 25 deletions

View File

@@ -0,0 +1,7 @@
export const Settings = () => {
return (
<div className={"flex flex-col w-full h-full min-h-0 pt-4 px-4"}>
<h2 className={"text-sm font-medium text-nb-gray-200"}>Settings</h2>
</div>
);
};