mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 11:02:27 +08:00
8 lines
228 B
JavaScript
8 lines
228 B
JavaScript
import appContext from "./services/app_context.js";
|
|
import MobileLayout from "./layouts/mobile_layout.js";
|
|
import glob from "./services/glob.js";
|
|
|
|
glob.setupGlobs();
|
|
|
|
appContext.setLayout(new MobileLayout());
|
|
appContext.start(); |