2025-06-29 08:49:58 +02:00

8 lines
143 B
TypeScript

import { styled } from "@mui/system";
export const LayoutWrapper = styled("div")({
display: "flex",
width: "100%",
height: "100vh",
});