diff options
author | Quentin Gliech <quentingliech@gmail.com> | 2020-02-13 20:00:03 +0100 |
---|---|---|
committer | Quentin Gliech <quentingliech@gmail.com> | 2020-02-13 20:00:03 +0100 |
commit | ce6f6a984b374b189141116433ced80dfa0c2aae (patch) | |
tree | e6487b9b480e6b18767ae310b702b57e5cbef000 /webui/src/bug/SetStatusFragment.graphql | |
parent | 8b85780d76ad45675582f4478eedb026b7ac25e1 (diff) | |
download | git-bug-ce6f6a984b374b189141116433ced80dfa0c2aae.tar.gz |
webui: move pages components
Diffstat (limited to 'webui/src/bug/SetStatusFragment.graphql')
-rw-r--r-- | webui/src/bug/SetStatusFragment.graphql | 7 |
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 -} |