mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-01 04:12:58 +08:00
6 lines
209 B
TypeScript
6 lines
209 B
TypeScript
import "../stylesheets/bootstrap.scss";
|
|
|
|
// @ts-ignore - module = undefined
|
|
// Required for correct loading of scripts in Electron
|
|
if (typeof module === 'object') {window.module = module; module = undefined;}
|