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