We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c839c58 commit 19fe74fCopy full SHA for 19fe74f
src/App.tsx
@@ -11,22 +11,13 @@ function App() {
11
return (
12
<Box
13
sx={{
14
- display: "flex",
15
- justifyContent: "space-between",
16
- flexDirection: "column",
17
- minHeight: "100vh",
18
- minWidth: "320px",
19
- margin: 0,
+ display: "flex",
+ justifyContent: "space-between",
+ flexDirection: "column",
+ minHeight: "100vh",
+ minWidth: "320px",
+ margin: 0,
20
}}
21
- () => ({
22
23
24
25
26
27
28
- }),
29
- ]}
30
>
31
<SerialNavBar />
32
<Switch>
0 commit comments