diff --git a/common/app/routes/Settings/Settings.jsx b/common/app/routes/Settings/Settings.jsx index a126aafd5dd..d3bb42a66bf 100644 --- a/common/app/routes/Settings/Settings.jsx +++ b/common/app/routes/Settings/Settings.jsx @@ -3,6 +3,7 @@ import React from 'react'; import { connect } from 'react-redux'; import { createSelector } from 'reselect'; import { Button } from 'react-bootstrap'; + import ns from './ns.json'; import { FullWidthRow, Spacer, Loader } from '../../helperComponents'; import AboutSettings from './components/About-Settings.jsx';