mirror of
https://github.com/plankanban/planka.git
synced 2025-12-22 01:11:29 +03:00
9 lines
249 B
JavaScript
Executable File
9 lines
249 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 BoardActivitiesModal from './BoardActivitiesModal';
|
|
|
|
export default BoardActivitiesModal;
|