mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 08:25:44 +01:00
Fix formatting
This commit is contained in:
@@ -22,10 +22,10 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
import React from "react";
|
||||
import {Link} from "react-router-dom";
|
||||
import {CardColumnGroup, Icon, RepositoryEntry} from "@scm-manager/ui-components";
|
||||
import {RepositoryGroup} from "@scm-manager/ui-types";
|
||||
import {WithTranslation, withTranslation} from "react-i18next";
|
||||
import { Link } from "react-router-dom";
|
||||
import { CardColumnGroup, Icon, RepositoryEntry } from "@scm-manager/ui-components";
|
||||
import { RepositoryGroup } from "@scm-manager/ui-types";
|
||||
import { WithTranslation, withTranslation } from "react-i18next";
|
||||
import styled from "styled-components";
|
||||
|
||||
type Props = WithTranslation & {
|
||||
|
||||
Reference in New Issue
Block a user