log in component

This commit is contained in:
Maria Sanchez 2022-07-13 11:04:17 -06:00
parent a2e5cfcc5b
commit 663944db4d
2 changed files with 5 additions and 8 deletions

View File

@ -251,13 +251,6 @@ const App = () => {
]
}
]
},
{
label: 'Get Started',
items: [
{ label: 'Documentation', icon: 'pi pi-fw pi-question', command: () => { window.location = "#/documentation" } },
{ label: 'View Source', icon: 'pi pi-fw pi-search', command: () => { window.location = "https://github.com/primefaces/sakai-react" } }
]
}
];

View File

@ -12,4 +12,8 @@ const LogIn = () => {
)
}
export default LogIn
export default LogIn
/* image 1 */