updates users structure

This commit is contained in:
Christoph Wolfes
2018-07-25 15:04:19 +02:00
parent fdce7be66e
commit d1bbb6a14f
14 changed files with 67 additions and 61 deletions

View File

@@ -1,7 +1,7 @@
//@flow
import React from "react";
import { connect } from "react-redux";
import UserForm from "./UserForm";
import UserForm from "./../components/UserForm";
import type { User } from "../types/User";
import { modifyUser } from "../modules/users";