aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components
diff options
context:
space:
mode:
authorSascha <GlancingMind@outlook.com>2021-03-30 17:24:45 +0200
committerSascha <GlancingMind@outlook.com>2021-04-08 14:57:39 +0200
commit2f7c29153bb9628062aa883a369f6430beddb082 (patch)
tree883a93bf2d3a965f9d34b2b080af0fe8cfca0edd /webui/src/components
parent5bad12bed24d5602f39b02ad39cac63facfa4cfd (diff)
downloadgit-bug-2f7c29153bb9628062aa883a369f6430beddb082.tar.gz
Fix pipeline fail and remove unused file
Diffstat (limited to 'webui/src/components')
-rw-r--r--webui/src/components/Label.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/webui/src/components/Label.tsx b/webui/src/components/Label.tsx
index bbe7c158..e719eee0 100644
--- a/webui/src/components/Label.tsx
+++ b/webui/src/components/Label.tsx
@@ -8,8 +8,7 @@ import {
} from '@material-ui/core/styles/colorManipulator';
import { Color } from '../gqlTypes';
-
-import { LabelFragment } from './fragments.generated';
+import { LabelFragment } from '../graphql/fragments.generated';
const _rgb = (color: Color) =>
'rgb(' + color.R + ',' + color.G + ',' + color.B + ')';