feat(scaffolder): cra add gha integration, fix imports

This commit is contained in:
Ivan Shmidt
2020-09-22 13:30:13 +02:00
parent 60e9799075
commit e8c60104df
8 changed files with 196 additions and 16 deletions
@@ -30,13 +30,13 @@ import {
import React, { Suspense } from 'react';
import { useDownloadWorkflowRunLogs } from './useDownloadWorkflowRunLogs';
import LinePart from 'react-lazylog/build/LinePart';
import { useProjectName } from '../useProjectName';
import ExpandMoreIcon from '@material-ui/icons/ExpandMore';
import DescriptionIcon from '@material-ui/icons/Description';
import { Entity } from '@backstage/catalog-model';
const LazyLog = React.lazy(() => import('react-lazylog/build/LazyLog'));
const LinePart = React.lazy(() => import('react-lazylog/build/LinePart'));
const useStyles = makeStyles<Theme>(() => ({
button: {