diff options
author | ilyayudovin <46264063+ilyayudovin@users.noreply.github.com> | 2020-07-01 18:43:54 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-01 18:43:54 +0300 |
commit | 0b234a7ae255990d71f847a5519482ccb0d83fcb (patch) | |
tree | 7cfd6ff4b8bd154074b9a42aaf4efe5b9cd471e6 /src/index.tsx | |
parent | fc552cbf3ffcba6d2cc7003936f4b55378541525 (diff) | |
parent | f9999d6da7752a55ad01f85dce34086c1acbff5a (diff) | |
download | which-ui-0b234a7ae255990d71f847a5519482ccb0d83fcb.tar.gz |
Merge pull request #55 from which-ecosystem/snackbar
snackbar
Diffstat (limited to 'src/index.tsx')
-rw-r--r-- | src/index.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index.tsx b/src/index.tsx index 180f80c..e8fbce1 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -11,7 +11,6 @@ import Page from './pages/Page'; import { AuthProvider } from './hooks/useAuth'; import { NavigationProvider } from './hooks/useNavigate'; - const theme = createMuiTheme({ palette: { primary: { |