mirror of
https://github.com/netbirdio/netbird.git
synced 2026-05-19 23:29:56 +00:00
add setting
This commit is contained in:
@@ -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>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user