From ff09b2ee43bbf6d6b051c89717961260089cd046 Mon Sep 17 00:00:00 2001 From: "Nicholas Carrigan (he/him)" Date: Wed, 5 Jan 2022 22:12:14 -0800 Subject: [PATCH] fix: lint error (#44695) --- client/src/templates/Challenges/utils/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/templates/Challenges/utils/index.test.ts b/client/src/templates/Challenges/utils/index.test.ts index 310cf284de..14051715f8 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;