fix: merge errors
This commit is contained in:
8
src/components/common/Container.tsx
Normal file
8
src/components/common/Container.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Box, styled } from '@mui/material';
|
||||
|
||||
export const Container = styled(Box)(() => ({
|
||||
width: '100%',
|
||||
maxWidth: '100vw',
|
||||
height: '100vh',
|
||||
margin: '0 auto',
|
||||
}));
|
||||
Reference in New Issue
Block a user