first bits of redux

This commit is contained in:
41666 2019-03-20 09:25:28 -05:00
parent 9c7f7fda73
commit def2b0d2a3
13 changed files with 170 additions and 16 deletions

View file

@ -1,7 +1,7 @@
// @flow
import * as React from 'react'
import dynamic from 'next/dynamic'
import { type User } from './user'
import { type User } from '../stores/user'
type Props = {
user: ?User