Skip to content

Commit

Permalink
Merge pull request #3 from eduNEXT/jlc/add-translations
Browse files Browse the repository at this point in the history
chore: add translations import
  • Loading branch information
johanseto committed Jun 16, 2023
2 parents 74fcfb1 + 28c6e46 commit 26cff3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { Switch } from 'react-router-dom';
import { messages as footerMessages } from '@edx/frontend-component-footer';
import { messages as headerMessages } from '@edx/frontend-component-header';
import { Helmet } from 'react-helmet';
import { messages as essentialsMessages } from '@edunext/frontend-essentials';
import { fetchDiscussionTab, fetchLiveTab } from './course-home/data/thunks';
import DiscussionTab from './course-home/discussion-tab/DiscussionTab';

Expand Down Expand Up @@ -142,5 +143,6 @@ initialize({
appMessages,
footerMessages,
headerMessages,
essentialsMessages,
],
});

0 comments on commit 26cff3f

Please sign in to comment.