🔥 remove comments
This commit is contained in:
parent
33d59eccfb
commit
af5cc2dd31
@ -37,7 +37,7 @@ export default class MyDocument extends Document {
|
|||||||
<Head>
|
<Head>
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com"/>
|
<link rel="preconnect" href="https://fonts.googleapis.com"/>
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin='true' />
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin='true' />
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet"></link>
|
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet"/>
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com"/>
|
<link rel="preconnect" href="https://fonts.googleapis.com"/>
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin='true' />
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin='true' />
|
||||||
|
|
||||||
|
|||||||
@ -42,7 +42,6 @@ export default function areaTest() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
// <Graph title='Indicador de custo' />
|
|
||||||
<FormControl sx={{ m: 1, width: '25ch' }} variant="outlined">
|
<FormControl sx={{ m: 1, width: '25ch' }} variant="outlined">
|
||||||
<InputLabel htmlFor="outlined-ad
|
<InputLabel htmlFor="outlined-ad
|
||||||
ornment-password">Password</InputLabel>
|
ornment-password">Password</InputLabel>
|
||||||
|
|||||||
@ -18,16 +18,5 @@ export const GlobalStyle = createGlobalStyle`
|
|||||||
|
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
/* margin: 0; */
|
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
// html,
|
|
||||||
// body {
|
|
||||||
// padding: 0;
|
|
||||||
// margin: 0;
|
|
||||||
// font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
|
|
||||||
// Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
|
||||||
// }
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user