mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 02:01:43 +03:00
Partial commit for #158
- Fix for unexpected change in AppBar style when importing Paper see: https://github.com/mui-org/material-ui/issues/19157
This commit is contained in:
parent
f8d41c3bcd
commit
d673eb97fe
@ -1,6 +1,6 @@
|
||||
import React, { FormEvent } from 'react';
|
||||
|
||||
import Paper from '@material-ui/core/Paper/Paper';
|
||||
import Paper from '@material-ui/core/Paper';
|
||||
import TextField from '@material-ui/core/TextField/TextField';
|
||||
import { fade, makeStyles, Theme } from '@material-ui/core/styles';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user