You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-12 22:57:38 +02:00
Various changes
This commit is contained in:
@ -11,7 +11,7 @@ import { Log } from 'lib/log.js'
|
||||
import { Root } from './root.js';
|
||||
|
||||
function main() {
|
||||
AppRegistry.registerComponent('AwesomeProject', () => Root);
|
||||
AppRegistry.registerComponent('Joplin', () => Root);
|
||||
console.ignoredYellowBox = ['Remote debugger'];
|
||||
Log.info('START ======================================================================================================');
|
||||
// Note: The final part of the initialization process is in
|
||||
|
Reference in New Issue
Block a user