mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-18 03:01:05 +01:00
Correct import in RepositoryGroupEntry (#1825)
* Move GroupEntries to ui-webapp * Add changelog entry
This commit is contained in:
2
gradle/changelog/wrong_import.yaml
Normal file
2
gradle/changelog/wrong_import.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
- type: Fixed
|
||||
description: Correct import in RepositoryGroupEntry ([#1825](https://github.com/scm-manager/scm-manager/pull/1825))
|
||||
@@ -26,7 +26,7 @@ import { Link } from "react-router-dom";
|
||||
import { Icon, RepositoryEntry } from "@scm-manager/ui-components";
|
||||
import { RepositoryGroup } from "@scm-manager/ui-types";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import GroupEntries from "../../../../../ui-components/src/layout/GroupEntries";
|
||||
import GroupEntries from "./GroupEntries";
|
||||
|
||||
type Props = {
|
||||
group: RepositoryGroup;
|
||||
|
||||
Reference in New Issue
Block a user