fix: remove now unused date from queries

This commit is contained in:
Jean-Philippe Sirois
2020-01-27 06:14:31 -05:00
parent 6906bc2967
commit fcbcd1a74a
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -18,7 +18,6 @@ const ALL_RESOURCES = graphql`
frontmatter {
authors
title
date
}
}
}
@@ -21,7 +21,6 @@ const ALL_RESOURCES = graphql`
frontmatter {
authors
title
date
}
}
}