From 67e11b4e303c8204d36ed30202420889cfcc239c Mon Sep 17 00:00:00 2001 From: agatha Date: Fri, 12 Apr 2024 21:04:00 -0400 Subject: [PATCH] add placeholder routes --- src/client/Routes.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/client/Routes.js b/src/client/Routes.js index 5bb00bb..c1b5a13 100644 --- a/src/client/Routes.js +++ b/src/client/Routes.js @@ -6,6 +6,9 @@ export default () => { return (
+ 'Users'} /> + 'Admins List'} /> + 'Current User'} />
- ) ; + ); }; \ No newline at end of file