mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 11:02:27 +08:00
7 lines
259 B
TypeScript
7 lines
259 B
TypeScript
![]() |
import "../stylesheets/bootstrap.scss";
|
||
|
|
||
|
// @TriliumNextTODO: is this even needed anymore?
|
||
|
// @ts-ignore - module = undefined
|
||
|
// Required for correct loading of scripts in Electron
|
||
|
if (typeof module === 'object') {window.module = module; module = undefined;}
|