Skip to content

Commit

Permalink
import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Shiel committed Nov 25, 2024
1 parent a7bce21 commit d50441f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/src/gql/query/home-page-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import {
Answer as AnswerModel,
Question as QuestionModel,
} from '../../models';
import { toAbsoluteUrl } from 'utils/static-urls';
import requireEnv from 'utils/require-env';
import { toAbsoluteUrl } from '../../utils/static-urls';
import requireEnv from '../../utils/require-env';
import SettingModel from '../../models/Setting';
export const HomePageMentorPanelType = new GraphQLObjectType({
name: 'HomePageMentorPanel',
Expand Down

0 comments on commit d50441f

Please sign in to comment.