Skip to content

Commit 2e105ad

Browse files
committed
reformating the imports
Signed-off-by: Ash Evans <ash.evans@ibm.com>
1 parent 27d6a1b commit 2e105ad

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/components/Contribute/Knowledge/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ import { ActionGroup } from '@patternfly/react-core/dist/dynamic/components/Form
77
import { Form } from '@patternfly/react-core/dist/dynamic/components/Form';
88
import { getGitHubUsername } from '../../../utils/github';
99
import { useSession } from 'next-auth/react';
10-
import AuthorInformation, { FormType } from '../AuthorInformation';
10+
import AuthorInformation from '../AuthorInformation';
11+
import { FormType } from '../AuthorInformation';
1112
import KnowledgeInformation from './KnowledgeInformation/KnowledgeInformation';
1213
import FilePathInformation from './FilePathInformation/FilePathInformation';
1314
import DocumentInformation from './DocumentInformation/DocumentInformation';

src/components/Contribute/Skill/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ import { ActionGroup } from '@patternfly/react-core/dist/dynamic/components/Form
77
import { Form } from '@patternfly/react-core/dist/dynamic/components/Form';
88
import { getGitHubUsername } from '../../../utils/github';
99
import { useSession } from 'next-auth/react';
10-
import AuthorInformation, { FormType } from '../AuthorInformation';
10+
import AuthorInformation from '../AuthorInformation';
11+
import { FormType } from '../AuthorInformation';
1112
import FilePathInformation from './FilePathInformation/FilePathInformation';
1213
import AttributionInformation from './AttributionInformation/AttributionInformation';
1314
import Submit from './Submit/Submit';

0 commit comments

Comments
 (0)