From: charleswrayjr Date: Tue, 9 Sep 2025 17:59:20 +0000 (-0500) Subject: Creating VPNContext.jsx to share state through all vpn components. X-Git-Url: https://git.phasecustomsoft.com/static/gitweb.css?a=commitdiff_plain;h=b8ec035b14209ef62e530d3b8139559996dfb4b6;p=phs-admin.git Creating VPNContext.jsx to share state through all vpn components. --- 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 ( - - } /> - } /> - } /> - } /> - } /> - } /> - + + }/> + }/> + }/> + }/> + }/> + }/> + ); };