mirror of
https://github.com/plankanban/planka.git
synced 2025-12-21 17:25:39 +03:00
6 lines
151 B
JavaScript
6 lines
151 B
JavaScript
import { withPopup } from '../lib/popup';
|
|
|
|
import UserUsernameEditStep from './UserUsernameEditStep';
|
|
|
|
export default withPopup(UserUsernameEditStep);
|