File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/components/Contribute Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ import { ActionGroup } from '@patternfly/react-core/dist/dynamic/components/Form
77import { Form } from '@patternfly/react-core/dist/dynamic/components/Form' ;
88import { getGitHubUsername } from '../../../utils/github' ;
99import { useSession } from 'next-auth/react' ;
10- import AuthorInformation , { FormType } from '../AuthorInformation' ;
10+ import AuthorInformation from '../AuthorInformation' ;
11+ import { FormType } from '../AuthorInformation' ;
1112import KnowledgeInformation from './KnowledgeInformation/KnowledgeInformation' ;
1213import FilePathInformation from './FilePathInformation/FilePathInformation' ;
1314import DocumentInformation from './DocumentInformation/DocumentInformation' ;
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ import { ActionGroup } from '@patternfly/react-core/dist/dynamic/components/Form
77import { Form } from '@patternfly/react-core/dist/dynamic/components/Form' ;
88import { getGitHubUsername } from '../../../utils/github' ;
99import { useSession } from 'next-auth/react' ;
10- import AuthorInformation , { FormType } from '../AuthorInformation' ;
10+ import AuthorInformation from '../AuthorInformation' ;
11+ import { FormType } from '../AuthorInformation' ;
1112import FilePathInformation from './FilePathInformation/FilePathInformation' ;
1213import AttributionInformation from './AttributionInformation/AttributionInformation' ;
1314import Submit from './Submit/Submit' ;
You can’t perform that action at this time.
0 commit comments