diff --git a/client/src/templates/Challenges/utils/index.test.ts b/client/src/templates/Challenges/utils/index.test.ts index 310cf284de7..14051715f82 100644 --- a/client/src/templates/Challenges/utils/index.test.ts +++ b/client/src/templates/Challenges/utils/index.test.ts @@ -1,5 +1,5 @@ -import { getGuideUrl } from './index'; import envData from '../../../../../config/env.json'; +import { getGuideUrl } from './index'; const { forumLocation } = envData;