File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
packages/core/admin/screens/Patterns Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import { useHistory } from 'react-router-dom';
1010
1111import {
1212 ContentLayout ,
13- Checkbox ,
1413 HeaderLayout ,
1514 Box ,
1615 Link ,
@@ -30,7 +29,7 @@ import Center from '../../../components/Center';
3029import Select from '../../../components/Select' ;
3130import LabelField from '../../../components/LabelField' ;
3231import PatternField from '../../../components/PatternField' ;
33- import { PatternEntity , PatternFormValues , ValidatePatternResponse } from '../../../types/url-patterns' ;
32+ import { PatternFormValues , ValidatePatternResponse } from '../../../types/url-patterns' ;
3433import { EnabledContentTypes } from '../../../types/enabled-contenttypes' ;
3534import LanguageCheckboxes from '../../../components/LanguageCheckboxes' ;
3635import HiddenLocalizedField from '../../../components/HiddenLocalizedField' ;
@@ -41,7 +40,7 @@ const CreatePatternPage = () => {
4140 const [ loading , setLoading ] = useState ( false ) ;
4241 const [ contentTypes , setContentTypes ] = useState < EnabledContentTypes > ( [ ] ) ;
4342 const { formatMessage } = useIntl ( ) ;
44- const { get, post, put } = useFetchClient ( ) ;
43+ const { get, post } = useFetchClient ( ) ;
4544
4645 useEffect ( ( ) => {
4746 setLoading ( true ) ;
Original file line number Diff line number Diff line change 66 ContentLayout ,
77 HeaderLayout ,
88 Box ,
9- Checkbox ,
109 Link ,
1110 Button ,
1211 Stack ,
You can’t perform that action at this time.
0 commit comments