aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/bug/SetStatusFragment.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/bug/SetStatusFragment.graphql')
-rw-r--r--webui/src/bug/SetStatusFragment.graphql7
1 files changed, 0 insertions, 7 deletions
diff --git a/webui/src/bug/SetStatusFragment.graphql b/webui/src/bug/SetStatusFragment.graphql
deleted file mode 100644
index 5a3986d0..00000000
--- a/webui/src/bug/SetStatusFragment.graphql
+++ /dev/null
@@ -1,7 +0,0 @@
-#import "../components/fragments.graphql"
-
-fragment SetStatus on SetStatusTimelineItem {
- date
- ...authored
- status
-}