Skip to content

Commit

Permalink
rm unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Dec 20, 2024
1 parent cf65670 commit 5e4d0f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions examples/custom-field/2-stars-field/views.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import React, { InputHTMLAttributes } from 'react'

import { Field as KeystarField } from '@keystar/ui/field'
import {
type FieldController,
type FieldControllerConfig,
type FieldProps,
import type {
FieldController,
FieldControllerConfig,
FieldProps,
} from '@keystone-6/core/types'

// this is the component shown in the create modal and item page
Expand Down
1 change: 0 additions & 1 deletion packages/auth/src/pages/InitPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
import {
GraphQLErrorNotice,
Logo,
PageWrapper
} from '@keystone-6/core/admin-ui/components'

import { Button } from '@keystar/ui/button'
Expand Down
1 change: 0 additions & 1 deletion packages/auth/src/pages/SigninPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import {
} from '@keystone-6/core/admin-ui/apollo'
import {
GraphQLErrorNotice,
PageWrapper
} from '@keystone-6/core/admin-ui/components'

import type {
Expand Down

0 comments on commit 5e4d0f3

Please sign in to comment.