1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-01 19:45:26 +02:00
planka/client/src/components/UserPasswordEditPopup.jsx
2022-06-15 14:13:22 +02:00

5 lines
151 B
JavaScript

import { withPopup } from '../lib/popup';
import UserPasswordEditStep from './UserPasswordEditStep';
export default withPopup(UserPasswordEditStep);