fix: lint error (#44695)

This commit is contained in:
Nicholas Carrigan (he/him)
2022-01-05 22:12:14 -08:00
committed by GitHub
parent 60258d40c9
commit ff09b2ee43

View File

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