diff --git a/ui/page/channel/view.jsx b/ui/page/channel/view.jsx index 094e88d8a..ac0105a13 100644 --- a/ui/page/channel/view.jsx +++ b/ui/page/channel/view.jsx @@ -22,6 +22,7 @@ import ClaimSupportButton from 'component/claimSupportButton'; import ChannelStakedIndicator from 'component/channelStakedIndicator'; import ClaimMenuList from 'component/claimMenuList'; import Yrbl from 'component/yrbl'; +import I18nMessage from 'component/i18nMessage'; export const PAGE_VIEW_QUERY = `view`; const CONTENT_PAGE = 'content';