diff --git a/client/src/client-only-routes/ShowSettings.js b/client/src/client-only-routes/ShowSettings.js index b413101a1b..f2ccff3582 100644 --- a/client/src/client-only-routes/ShowSettings.js +++ b/client/src/client-only-routes/ShowSettings.js @@ -16,9 +16,7 @@ import { import { submitNewAbout, updateUserFlag, verifyCert } from '../redux/settings'; import { createFlashMessage } from '../components/Flash/redux'; -import Spacer from '../components/helpers/Spacer'; -import Loader from '../components/helpers/Loader'; -import FullWidthRow from '../components/helpers/FullWidthRow'; +import { FullWidthRow, Link, Loader, Spacer } from '../components/helpers'; import About from '../components/settings/About'; import Privacy from '../components/settings/Privacy'; import Email from '../components/settings/Email'; @@ -184,15 +182,12 @@ export function ShowSettings(props) {
- +