Skip to content

Commit

Permalink
chore: fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ifranch committed Dec 13, 2023
1 parent 55fa9ad commit d974a3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/User/User/User.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import type { DeleteUserMutationVariables, FindUserById } from 'types/graphql'

import { Link, routes, navigate } from '@redwoodjs/router'
import { useMutation } from '@redwoodjs/web'
import { toast } from '@redwoodjs/web/toast'

import { timeTag } from 'src/lib/formatters'

import type { DeleteUserMutationVariables, FindUserById } from 'types/graphql'

const DELETE_USER_MUTATION = gql`
mutation DeleteUserMutation($id: Int!) {
deleteUser(id: $id) {
Expand Down

0 comments on commit d974a3b

Please sign in to comment.