mirror of
https://github.com/netbirdio/netbird.git
synced 2026-05-15 05:09:55 +00:00
8 lines
225 B
TypeScript
8 lines
225 B
TypeScript
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>
|
|
);
|
|
};
|