Skip to content

Commit

Permalink
Fix: add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulrhmnGhanem committed Nov 7, 2022
1 parent a498137 commit ddc7f66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/NewProject/Sync/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { useRouter } from 'next/router'
import isEmpty from 'lodash/isEmpty'

import { AuthContext } from '@contexts/AuthContext'
import { deleteRepo, mirrorRepo } from '@utils/giteaApi'
import { urlToName } from '@utils/index'
import { deleteRepo, mirrorRepo, repoExists } from '@utils/giteaApi'
import { urlToName, waitFor } from '@utils/index'
import SyncRepoFromModel from '@models/SyncRepoForm'
import useForm from '@hooks/useForm'
import { SyncOp, NoOp } from '../Ops'
Expand Down

0 comments on commit ddc7f66

Please sign in to comment.