Skip to content

Commit

Permalink
chore: remove unused method and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
foochifa committed Oct 16, 2023
1 parent 88c43f0 commit 7a62dfd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { useCallback, useMemo } from 'react'

import { AdminDashboardFormMetaDto } from '~shared/types/form/form'
import { Workspace } from '~shared/types/workspace'

import { ADMINFORM_PREVIEW_ROUTE, ADMINFORM_ROUTE } from '~constants/routes'

Expand Down Expand Up @@ -95,7 +94,6 @@ export const useRowAction = (
handleDuplicateForm,
handleCollaborators,
handleDeleteForm,
handleWorkspaceClick,
handleRemoveFormFromWorkspaces,
handleMoveForm,
isFormAdmin,
Expand Down

0 comments on commit 7a62dfd

Please sign in to comment.