From 3d2c58159ecb37e47a6bf69dbb05da31e4a0318e Mon Sep 17 00:00:00 2001 From: Hossein Date: Sun, 28 Jan 2024 18:00:47 +0330 Subject: [PATCH] Add dashboard page to require auth --- src/Opex.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Opex.js b/src/Opex.js index e360e6c..29d57b1 100644 --- a/src/Opex.js +++ b/src/Opex.js @@ -66,9 +66,10 @@ function Opex() { {/* public routes */} }/> }> - }/> + {/* private routes */} }> + }/> }/> }/> }/>