Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Dye <[email protected]>
  • Loading branch information
B-T-D committed Oct 21, 2024
1 parent 0870353 commit 4bf4415
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ import { mount } from 'enzyme';

import AvatarLabel from 'components/AvatarLabel';
import { ResourceType } from 'interfaces';
import { OwnerEditor, OwnerEditorProps } from '.';

import * as Constants from './constants';

import * as ConfigUtils from 'config/config-utils';
import InfoButton from 'components/InfoButton';
import { OwnerEditor, OwnerEditorProps } from '.';

import * as Constants from './constants';

const setup = (propOverrides?: Partial<OwnerEditorProps>) => {
const props: OwnerEditorProps = {
Expand Down

0 comments on commit 4bf4415

Please sign in to comment.