aboutsummaryrefslogtreecommitdiff
path: root/src/index.tsx
diff options
context:
space:
mode:
authorilyayudovin <46264063+ilyayudovin@users.noreply.github.com>2020-06-08 14:43:50 +0300
committerGitHub <noreply@github.com>2020-06-08 14:43:50 +0300
commit330dfdf8fe916caef48d3bd5a2fd72bf7d52b7f2 (patch)
treec9f894de38f19dabddb2492ae81c26e5477ed99c /src/index.tsx
parent73693e619d63d0321848b633bbe0d93eba9dd3bb (diff)
parent67def5d792ca5efdf7bf43c3c32e7020f7d8f5cf (diff)
downloadwhich-ui-330dfdf8fe916caef48d3bd5a2fd72bf7d52b7f2.tar.gz
Merge branch 'master' into profile
Diffstat (limited to 'src/index.tsx')
-rw-r--r--src/index.tsx6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/index.tsx b/src/index.tsx
index bc6158a..d32a701 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -57,16 +57,14 @@ const polls = [{
}
}];
-const useStyles = makeStyles(theme => ({
+const useStyles = makeStyles({
root: {
width: 600,
marginTop: theme.spacing(15),
margin: '0 auto',
},
}));
-
-
-
+
const App: React.FC = () => {
const [page, setPage] = useState('feed');
const classes = useStyles();