10 lines
245 B
JavaScript
Executable File
10 lines
245 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 router from './router';
|
|
import login from './login';
|
|
|
|
export default [router, login];
|