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