mirror of
https://github.com/SkyLinkHostingLLC/Website-V3.git
synced 2026-02-22 01:42:22 -05:00
Update App.jsx
This commit is contained in:
parent
63d2d874a3
commit
0f5cfca20c
1 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ import "./App.css";
|
||||||
import SupportPortal from "./pages/SupportPage";
|
import SupportPortal from "./pages/SupportPage";
|
||||||
// import AboutPage from "./pages/AboutPage";
|
// import AboutPage from "./pages/AboutPage";
|
||||||
import VPSPage from "./pages/VPSPage";
|
import VPSPage from "./pages/VPSPage";
|
||||||
import SpecsPage from "./pages/SpecsPage";
|
// import SpecsPage from "./pages/SpecsPage";
|
||||||
// import PartnersPage from "./pages/PartnersPage";
|
// import PartnersPage from "./pages/PartnersPage";
|
||||||
// import WebHosting from "./pages/WebHosting";
|
// import WebHosting from "./pages/WebHosting";
|
||||||
// import TOSPage from "./pages/TOSPage";
|
// import TOSPage from "./pages/TOSPage";
|
||||||
|
|
@ -31,12 +31,12 @@ function App() {
|
||||||
<Route path="/support" element={<SupportPortal />} />
|
<Route path="/support" element={<SupportPortal />} />
|
||||||
{/* <Route path="/about" element={<AboutPage />} /> */}
|
{/* <Route path="/about" element={<AboutPage />} /> */}
|
||||||
<Route path="/vps" element={<VPSPage />} />
|
<Route path="/vps" element={<VPSPage />} />
|
||||||
<Route path="/specs" element={<SpecsPage />} />
|
{/* <Route path="/specs" element={<SpecsPage />} /> */}
|
||||||
{/* <Route path="/partners" element={<PartnersPage />} /> */}
|
{/* <Route path="/partners" element={<PartnersPage />} /> */}
|
||||||
{/* <Route path="/web-hosting" element={<WebHosting />} /> */}
|
{/* <Route path="/web-hosting" element={<WebHosting />} /> */}
|
||||||
{/* <Route path="/terms-of-service" element={<TOSPage />} />
|
{/* <Route path="/terms-of-service" element={<TOSPage />} />
|
||||||
<Route path="/privacy-policy" element={<PrivacyPolicy />} /> */}
|
<Route path="/privacy-policy" element={<PrivacyPolicy />} /> */}
|
||||||
<Route path="/aup" element={<AUPPage />} />
|
{/* <Route path="/aup" element={<AUPPage />} /> */}
|
||||||
{/* <Route path="/sitemap" element={<SitemapPage />} /> */}
|
{/* <Route path="/sitemap" element={<SitemapPage />} /> */}
|
||||||
{/* <Route path="/careers" element={<CareersPage />} /> */}
|
{/* <Route path="/careers" element={<CareersPage />} /> */}
|
||||||
<Route path="*" element={<NotFoundPage />} />
|
<Route path="*" element={<NotFoundPage />} />
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue