new sidebar for account/settings

This commit is contained in:
2025-08-12 14:21:31 -07:00
parent bf315aa647
commit b4dd5b205d
5 changed files with 44 additions and 13 deletions
@@ -0,0 +1,9 @@
import { Box } from "@chakra-ui/react";
export default function Security() {
return (
<Box color="white" bg="tomato">
Heya
</Box>
);
}