Merge version_4_1776788989291 into main #3
6
src/pages/NewPage.tsx
Normal file
6
src/pages/NewPage.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import React from 'react';
|
||||
import NavbarCentered from "@/components/ui/NavbarCentered";
|
||||
import { routes } from "@/routes";
|
||||
|
||||
// Import Webild section components
|
||||
import HeroCentered from
|
||||
@@ -6,4 +6,5 @@ export interface Route {
|
||||
|
||||
export const routes: Route[] = [
|
||||
{ path: '/', label: 'Home', pageFile: 'HomePage' },
|
||||
{ path: '/new', label: 'New', pageFile: 'NewPage' },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user