Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown committed Aug 19, 2021
1 parent 9dc1074 commit 21ff13f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/keystone/src/fields/types/image/views/index.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/* @jsx jsx */

import { jsx } from '@keystone-ui/core';
import { FieldContainer, FieldLabel } from '@keystone-ui/fields';
import {
CardValueComponent,
CellComponent,
FieldController,
FieldControllerConfig,
} from '../../../../types';
import { FieldContainer, FieldLabel } from '@keystone-ui/fields';
import { validateImage, validateRef, ImageWrapper } from './Field';

export { Field } from './Field';
Expand Down
14 changes: 7 additions & 7 deletions packages/keystone/src/fields/types/password/views/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

import { useState } from 'react';

import {
CardValueComponent,
CellComponent,
FieldController,
FieldControllerConfig,
FieldProps,
} from '../../../../types';
import { Button } from '@keystone-ui/button';
import { Stack, Text, VisuallyHidden, jsx, useTheme } from '@keystone-ui/core';
import { FieldContainer, FieldLabel, TextInput } from '@keystone-ui/fields';
import { EyeIcon } from '@keystone-ui/icons/icons/EyeIcon';
import { EyeOffIcon } from '@keystone-ui/icons/icons/EyeOffIcon';
import { XIcon } from '@keystone-ui/icons/icons/XIcon';
import { SegmentedControl } from '@keystone-ui/segmented-control';
import {
CardValueComponent,
CellComponent,
FieldController,
FieldControllerConfig,
FieldProps,
} from '../../../../types';
import { CellContainer } from '../../../../admin-ui/components';

export const Field = ({
Expand Down

0 comments on commit 21ff13f

Please sign in to comment.