refactor: front end
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
/**
|
||||
* File Manager Module Boot Script
|
||||
*
|
||||
* This script is executed when the file_manager module is loaded.
|
||||
* It initializes the stores which manage file nodes (files and folders) state.
|
||||
* Documents Manager Module Boot
|
||||
*/
|
||||
|
||||
console.log('[FileManager] Booting File Manager module...')
|
||||
console.log('[Documents Manager] Booting module...')
|
||||
|
||||
console.log('[FileManager] File Manager module booted successfully')
|
||||
console.log('[Documents Manager] Module booted successfully...')
|
||||
|
||||
// CSS will be injected by build process
|
||||
//export const css = ['__CSS_FILENAME_PLACEHOLDER__']
|
||||
|
||||
Reference in New Issue
Block a user