new sidebar for account/settings
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { Box } from "@chakra-ui/react";
|
||||
|
||||
export default function Personal() {
|
||||
return (
|
||||
<Box color="white" bg="tomato">
|
||||
Hello World
|
||||
</Box>
|
||||
);
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
import { Box } from "@chakra-ui/react";
|
||||
|
||||
export default function Security() {
|
||||
return (
|
||||
<Box color="white" bg="tomato">
|
||||
Heya
|
||||
</Box>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user