mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-06 07:32:17 +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;}
|