mirror of
https://github.com/plankanban/planka.git
synced 2025-08-04 04:55:25 +02:00
6 lines
142 B
React
6 lines
142 B
React
|
import { withPopup } from '../lib/popup';
|
||
|
|
||
|
import UserEmailEditStep from './UserEmailEditStep';
|
||
|
|
||
|
export default withPopup(UserEmailEditStep);
|