Integrated the Features page into the routes index.jsx
This commit is contained in:
@@ -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"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user