From 2ae28a7e3e2298be26f08448a9a8363b9b671709 Mon Sep 17 00:00:00 2001 From: "caleb.mabry.15@cnu.edu" Date: Sat, 5 Mar 2022 22:16:51 -0500 Subject: Moving Constants into folder --- webAO/constants/evidence.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 webAO/constants/evidence.js (limited to 'webAO/constants/evidence.js') diff --git a/webAO/constants/evidence.js b/webAO/constants/evidence.js new file mode 100644 index 0000000..99896c8 --- /dev/null +++ b/webAO/constants/evidence.js @@ -0,0 +1,10 @@ +export default [ + "1.png", + "2.png", + "3.png", + "4.png", + "5.png", + "6.png", + "empty.png", + "lawyerbadge.png" +]; \ No newline at end of file -- cgit