Integrated the Features page into the routes index.jsx
This commit is contained in:
parent
9505370e96
commit
f37c992c23
@ -1,6 +1,7 @@
|
|||||||
import Home from "@/pages/Home";
|
import Home from "@/pages/Home";
|
||||||
import Help from "@/pages/Help";
|
import Help from "@/pages/Help";
|
||||||
import Pricing from "@/pages/Pricing";
|
import Pricing from "@/pages/Pricing";
|
||||||
|
import Features from "@/pages/Features";
|
||||||
|
|
||||||
export default [
|
export default [
|
||||||
{
|
{
|
||||||
@ -10,7 +11,7 @@ export default [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/features",
|
path: "/features",
|
||||||
element: <h2>Features</h2>,
|
element: <Features />,
|
||||||
name: "Features"
|
name: "Features"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user