mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 15:05:44 +01:00
move groupform to correct folder
This commit is contained in:
@@ -3,7 +3,7 @@ import React from 'react';
|
||||
|
||||
import Page from "../../components/layout/Page"
|
||||
import { translate } from "react-i18next";
|
||||
import GroupForm from '../../users/containers/GroupForm';
|
||||
import GroupForm from './GroupForm';
|
||||
|
||||
export interface Props {
|
||||
t: string => string
|
||||
@@ -21,4 +21,4 @@ class AddGroup extends React.Component<Props, State> {
|
||||
|
||||
}
|
||||
|
||||
export default translate("groups")(AddGroup);
|
||||
export default translate("groups")(AddGroup);
|
||||
|
||||
Reference in New Issue
Block a user