Skip to content

Commit

Permalink
Add missing react import in decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
tchock committed Feb 16, 2021
1 parent 2414e5e commit e6d40f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bojagi/decorator.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import * as React from 'react';
import { StylesProvider, jssPreset } from '@material-ui/styles';
import jssRtl from 'jss-rtl';
import StyledEngineProvider from '@material-ui/core/StyledEngineProvider';
import CssBaseline from '@material-ui/core/CssBaseline';
import { MuiThemeProvider, createMuiTheme } from '@material-ui/core/styles';
import { create } from 'jss';

Expand Down

0 comments on commit e6d40f3

Please sign in to comment.