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

@ -1,7 +1,7 @@
// @flow
import React from 'react';
import { observer, inject } from 'mobx-react';
import type { User } from '../../../types';
import type { User } from 'types';
@inject('user')
@observer