From: charleswrayjr Date: Tue, 9 Sep 2025 18:00:15 +0000 (-0500) Subject: Creating VPNContext.jsx to share state through all vpn components. X-Git-Url: https://git.phasecustomsoft.com/static/gitweb.js?a=commitdiff_plain;h=dcf344bbe66a6806285404ab7cd11c2426ee649b;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 3c24f42..0b8e0ac 100755 --- a/src/app/routes.js +++ b/src/app/routes.js @@ -1,24 +1,15 @@ import { Route, Routes } from 'react-router-dom'; import { Login, NotFound, Dashboard, Git, VPN, Docker } from './views'; -import { VPNProvider } from './components/VPN/VPNContext'; - - export default function AppRoutes() { return ( - - }/> - }/> - }/> - }/> - }/> - }/> - + + } /> + } /> + } /> + } /> + } /> + } /> + ); };