Some adjustments to begin working on a dark theme

This commit is contained in:
Dane Everitt 2019-06-22 15:23:02 -07:00
parent ad61774171
commit aabf9b8a70
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
9 changed files with 134 additions and 24 deletions

View file

@ -0,0 +1,7 @@
import * as React from 'react';
export default class AccountOverview extends React.PureComponent {
render () {
return null;
}
}