Added further types and moved types

This commit is contained in:
Jori Lallo
2017-05-03 22:49:50 -07:00
parent 791bf0a32e
commit fe7b69a4a5
7 changed files with 40 additions and 25 deletions

View File

@ -3,14 +3,14 @@ import React from 'react';
import { observer } from 'mobx-react';
import styled from 'styled-components';
import { Flex } from 'reflexbox';
import ApiKeyRow from './components/ApiKeyRow';
import styles from './Settings.scss';
import SettingsStore from './SettingsStore';
import Layout, { Title } from 'components/Layout';
import CenteredContent from 'components/CenteredContent';
import SlackAuthLink from 'components/SlackAuthLink';
import ApiKeyRow from './components/ApiKeyRow';
import styles from './Settings.scss';
import SettingsStore from './SettingsStore';
@observer class Settings extends React.Component {
store = SettingsStore;