Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SPP 2143 Learning Through Connecting
ltc_website
Commits
21695cce
Commit
21695cce
authored
Mar 18, 2020
by
amarcic
Browse files
tidied material-ui import
parent
37c1a856
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/PageHeader/PageHeader.jsx
View file @
21695cce
import
React
from
'
react
'
;
import
{
useTranslation
}
from
'
react-i18next
'
;
import
{
Button
,
MenuList
,
MenuItem
,
Paper
,
Grid
}
from
'
@material-ui/core
'
;
import
{
Button
,
MenuList
,
MenuItem
,
Paper
,
Grid
,
Grow
,
Popper
}
from
'
@material-ui/core
'
;
import
TranslateIcon
from
'
@material-ui/icons/Translate
'
;
import
ClickAwayListener
from
'
@material-ui/core/ClickAwayListener
'
;
import
Grow
from
'
@material-ui/core/Grow
'
;
import
Popper
from
'
@material-ui/core/Popper
'
;
import
{
makeStyles
}
from
'
@material-ui/core/styles
'
;
const
useStyles
=
makeStyles
(
theme
=>
({
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment