Skip to content

Commit

Permalink
Merge pull request #155 from flickmatch/about-us-link
Browse files Browse the repository at this point in the history
added flickmatch.com about-2 link
  • Loading branch information
abhimanyu-fm authored Mar 1, 2024
2 parents 08a5773 + 04b2971 commit f8f6fff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions react-fm/src/routes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ const routes: Routes = {
component: asyncComponentLoader(() => import('@/pages/profile')),
path: '/profile-page',
},
[Pages.About2]: {
component: asyncComponentLoader(() => import('@/pages/aboutUs')),
path: '/about-2',
},
};

export default routes;
1 change: 1 addition & 0 deletions react-fm/src/routes/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ enum Pages {
Contact8,
GeneralRefundCancellation,
Profile,
About2,
}

type PathRouteCustomProps = {
Expand Down

0 comments on commit f8f6fff

Please sign in to comment.