Files
Web-Frontend/client/src/components/Canvas/views/Security.jsx
T

9 lines
153 B
React
Raw Normal View History

2025-08-12 14:21:31 -07:00
import { Box } from "@chakra-ui/react";
export default function Security() {
return (
<Box color="white" bg="tomato">
Heya
</Box>
);
}