mirror of
https://github.com/plankanban/planka.git
synced 2025-12-22 01:11:29 +03:00
6 lines
151 B
React
6 lines
151 B
React
|
|
import { withPopup } from '../lib/popup';
|
||
|
|
|
||
|
|
import UserUsernameEditStep from './UserUsernameEditStep';
|
||
|
|
|
||
|
|
export default withPopup(UserUsernameEditStep);
|