fix: lint error (#44695)

pull/44697/head
Nicholas Carrigan (he/him) 2022-01-05 22:12:14 -08:00 committed by GitHub
parent 60258d40c9
commit ff09b2ee43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { getGuideUrl } from './index';
import envData from '../../../../../config/env.json';
import { getGuideUrl } from './index';
const { forumLocation } = envData;