File tree Expand file tree Collapse file tree
admin-ui/src/components/05_pages/Content Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ import TextField from '@material-ui/core/TextField';
2020import Button from '@material-ui/core/Button' ;
2121import AddIcon from '@material-ui/icons/Add' ;
2222
23- import { AdminUIButton } from '@drupal/admin-ui-components' ;
24-
2523import PageTitle from '../../02_atoms/PageTitle' ;
2624import ContentTable from '../../04_templates/ContentTable/ContentTable' ;
2725
@@ -171,7 +169,6 @@ class Content extends Component {
171169 < PageTitle > Content</ PageTitle >
172170 < LoadingBar style = { { position : 'relative' , marginBottom : '5px' } } />
173171 < Paper >
174- < AdminUIButton > ok</ AdminUIButton >
175172 { this . props . contentTypes && this . props . actions . length && (
176173 < Fragment >
177174 < div className = { styles . filters } >
Original file line number Diff line number Diff line change 1- export { default as AdminUIBUtton } from './Components/Button/Button' ;
1+ export { default as AdminUIButton } from './Components/Button/Button' ;
22export { default as colors } from './Utils/colors' ;
33export { default as typography } from './Utils/typography' ;
You can’t perform that action at this time.
0 commit comments