mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 01:15:44 +01:00
updates root components structure
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user