Skip to content

Commit

Permalink
fix new proposal-templates route
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Colon committed Mar 12, 2024
1 parent d9f1f49 commit 30916d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,11 @@ export const router = createBrowserRouter([
},
{
path: 'proposal-templates',
element: <ProposalTemplatesPage />,
children: [
{
index: true,
element: <ProposalTemplatesPage />,
},
{
path: 'new',
element: <CreateProposalTemplatePage />,
Expand Down

0 comments on commit 30916d4

Please sign in to comment.