aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/bug/LabelChange.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/bug/LabelChange.tsx')
-rw-r--r--webui/src/bug/LabelChange.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/webui/src/bug/LabelChange.tsx b/webui/src/bug/LabelChange.tsx
index 572579bd..a3950524 100644
--- a/webui/src/bug/LabelChange.tsx
+++ b/webui/src/bug/LabelChange.tsx
@@ -1,9 +1,9 @@
import { makeStyles } from '@material-ui/core/styles';
import React from 'react';
-import Author from '../Author';
-import Date from '../Date';
-import Label from '../Label';
+import Author from '../components/Author';
+import Date from '../components/Date';
+import Label from '../components/Label';
import { LabelChangeFragment } from './LabelChangeFragment.generated';