mirror of
https://github.com/plankanban/planka.git
synced 2025-12-27 09:14:59 +03:00
9 lines
213 B
JavaScript
Executable File
9 lines
213 B
JavaScript
Executable File
/*!
|
|
* Copyright (c) 2024 PLANKA Software GmbH
|
|
* Licensed under the Fair Use License: https://github.com/plankanban/planka/blob/master/LICENSE.md
|
|
*/
|
|
|
|
import UserStep from './UserStep';
|
|
|
|
export default UserStep;
|