updates root components structure

This commit is contained in:
Christoph Wolfes
2018-07-25 14:29:43 +02:00
parent 7b921da174
commit 7b37e4e9b6
34 changed files with 38 additions and 29 deletions

View File

@@ -5,7 +5,7 @@ import UserForm from "./UserForm";
import type { User } from "../types/User";
import type { History } from "history";
import { createUser } from "../modules/users";
import Page from "../../components/Page";
import { Page } from "../../components/layout";
type Props = {
addUser: (user: User, callback?: () => void) => void,