Petropoulos Evangelos b85b3294c5 add items at homepage
2025-06-20 19:31:34 +03:00

9 lines
168 B
TypeScript

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