aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/bug/SetTitleFragment.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/bug/SetTitleFragment.graphql')
-rw-r--r--webui/src/bug/SetTitleFragment.graphql8
1 files changed, 0 insertions, 8 deletions
diff --git a/webui/src/bug/SetTitleFragment.graphql b/webui/src/bug/SetTitleFragment.graphql
deleted file mode 100644
index 22d2185c..00000000
--- a/webui/src/bug/SetTitleFragment.graphql
+++ /dev/null
@@ -1,8 +0,0 @@
-#import "../components/fragments.graphql"
-
-fragment SetTitle on SetTitleTimelineItem {
- date
- ...authored
- title
- was
-}