mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 08:25:44 +01:00
apply prettier, removed flow related config and added tsconfig
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React from 'react';
|
||||
import { Link } from 'react-router-dom';
|
||||
import { RepositoryRole } from '@scm-manager/ui-types';
|
||||
import SystemRoleTag from './SystemRoleTag';
|
||||
import React from "react";
|
||||
import { Link } from "react-router-dom";
|
||||
import { RepositoryRole } from "@scm-manager/ui-types";
|
||||
import SystemRoleTag from "./SystemRoleTag";
|
||||
|
||||
type Props = {
|
||||
baseUrl: string;
|
||||
|
||||
Reference in New Issue
Block a user