mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
updates root components structure
This commit is contained in:
@@ -2,9 +2,8 @@
|
||||
import React from "react";
|
||||
import { translate } from "react-i18next";
|
||||
import type { User } from "../types/User";
|
||||
import InputField from "../../components/InputField";
|
||||
import Checkbox from "../../components/Checkbox";
|
||||
import SubmitButton from "../../components/SubmitButton";
|
||||
import { InputField, Checkbox } from "../../components/forms";
|
||||
import { SubmitButton } from "../../components/buttons";
|
||||
import Loading from "../../components/Loading";
|
||||
|
||||
type Props = {
|
||||
|
||||
Reference in New Issue
Block a user