mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 22:45:45 +01:00
added missing import
This commit is contained in:
@@ -3,6 +3,7 @@ import React from "react";
|
||||
import { connect } from "react-redux";
|
||||
import UserForm from "./UserForm";
|
||||
import type { User } from "../types/User";
|
||||
import type { UserEntry } from "../types/UserEntry";
|
||||
import Loading from "../../components/Loading";
|
||||
|
||||
import { updateUser, fetchUser } from "../modules/users";
|
||||
|
||||
Reference in New Issue
Block a user