refactor: standardize frontend
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
/**
|
||||
* Chrono Manager Module Boot Script
|
||||
*
|
||||
* This script is executed when the chrono_manager module is loaded.
|
||||
* It initializes the chronoStore which manages calendars, events, tasks, and journals state.
|
||||
* Chrono Manager Module Boot
|
||||
*/
|
||||
|
||||
console.log('[Chrono Manager] Booting Chrono Manager module...')
|
||||
console.log('[Chrono Manager] Booting module...')
|
||||
|
||||
console.log('[Chrono Manager] Chrono Manager module booted successfully')
|
||||
console.log('[Chrono Manager] Module booted successfully...')
|
||||
|
||||
// CSS will be injected by build process
|
||||
//export const css = ['__CSS_FILENAME_PLACEHOLDER__']
|
||||
|
||||
Reference in New Issue
Block a user