Skip to content

Commit

Permalink
fix(material-ui): leveraged the styles package through the re-export
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Jan 5, 2020
1 parent 00c4fab commit a3adefd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/organisms/layout/presentational.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react';
import {bool, func, node} from 'prop-types';
import {CssBaseline, Toolbar} from '@material-ui/core';
import {ThemeProvider} from '@material-ui/styles';
import {CssBaseline, Toolbar, ThemeProvider} from '@material-ui/core';
import {useMediaQuery} from '../../../thirdparty-wrappers/material-ui';
import Header from '../../molecules/header';
import NavigationDrawer from '../../molecules/navigation';
Expand Down

0 comments on commit a3adefd

Please sign in to comment.