Slight whitespace edit

This commit is contained in:
Stuart Taylor
2018-07-28 08:52:19 +01:00
parent f13390acb3
commit da325a10be

View File

@ -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';