commit 1dccd93149eec4085fdbe7e310710fffd44112ba parent 563a5953ea2d21b4882d217dd087c21a55d57cf3 Author: cognitive137 <36829952+cognitive137@users.noreply.github.com> Date: Fri, 13 Sep 2019 21:47:50 +0530 creating tagData file Diffstat:
A | src/tagData/index.js | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/tagData/index.js b/src/tagData/index.js @@ -0,0 +1,7 @@ +tagData = [ + { + tag: 'food', + cover: '', + }, +]; +module.exports = tagData;