Skip to content

Commit 9af7f10

Browse files
committed
feat: add Sign-up Page to pages list
1 parent 7847b3c commit 9af7f10

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/data/toolpad/core/pages.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ const pages: MuiPage[] = [
9494
pathname: '/toolpad/core/react-sign-in-page',
9595
title: 'Sign-in Page',
9696
},
97+
{
98+
pathname: '/toolpad/core/react-sign-up-page',
99+
title: 'Sign-up Page',
100+
},
97101
{
98102
pathname: '/toolpad/core/react-account',
99103
title: 'Account',

0 commit comments

Comments
 (0)