From b8ec035b14209ef62e530d3b8139559996dfb4b6 Mon Sep 17 00:00:00 2001 From: charleswrayjr Date: Tue, 9 Sep 2025 12:59:20 -0500 Subject: [PATCH] Creating VPNContext.jsx to share state through all vpn components. --- src/app/routes.js | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/src/app/routes.js b/src/app/routes.js index 7138ecd..3c24f42 100755 --- a/src/app/routes.js +++ b/src/app/routes.js @@ -6,13 +6,19 @@ import { VPNProvider } from './components/VPN/VPNContext'; export default function AppRoutes() { return ( - - } /> - } /> - } /> - } /> - } /> - } /> - + + }/> + }/> + }/> + }/> + }/> + }/> + ); }; -- 2.43.0