8 lines
176 B
JavaScript
8 lines
176 B
JavaScript
import UpdatePasswordPage from './UpdatePasswordPage'
|
|
|
|
export const generated = () => {
|
|
return <UpdatePasswordPage />
|
|
}
|
|
|
|
export default { title: 'Pages/UpdatePasswordPage' }
|