dh secret manager

This commit is contained in:
2024-03-17 09:31:30 -06:00
parent df20a47253
commit 2f3f2fd81e
11 changed files with 5660 additions and 10 deletions

View File

@@ -34,7 +34,6 @@ export const DevToolboxContextProvider: FC<
> = (
{ children, isDev },
) => {
console.log(isDev);
const [tools, setTools] = useState<Record<string, ReactNode>>({});
const [shouldShowDevTools, setShouldShowDevTools] = useState(isDev);