Integrated the Pricing page in the routes index.jsx
This commit is contained in:
parent
4e984102cd
commit
edf26ba42d
@ -1,5 +1,6 @@
|
||||
import Home from "@/pages/Home";
|
||||
import Help from "@/pages/Help";
|
||||
import Pricing from "@/pages/Pricing";
|
||||
|
||||
export default [
|
||||
{
|
||||
@ -8,14 +9,14 @@ export default [
|
||||
name: "Startseite"
|
||||
},
|
||||
{
|
||||
path: "/pricing",
|
||||
element: <h2>Pricing</h2>,
|
||||
name: "Preise"
|
||||
path: "/features",
|
||||
element: <h2>Features</h2>,
|
||||
name: "Features"
|
||||
},
|
||||
{
|
||||
path: "/about",
|
||||
element: <h2>About</h2>,
|
||||
name: "Über uns"
|
||||
path: "/pricing",
|
||||
element: <Pricing />,
|
||||
name: "Preise"
|
||||
},
|
||||
{
|
||||
path: "/help",
|
||||
|
Loading…
x
Reference in New Issue
Block a user