mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 23:29:02 +02:00
7 lines
252 B
TypeScript
7 lines
252 B
TypeScript
import "./stylesheets/auth.css";
|
|
|
|
// @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;}
|