trilium/apps/client/src/set_password.ts
2025-08-31 18:52:22 +03:00

8 lines
299 B
TypeScript

import "bootstrap/dist/css/bootstrap.min.css";
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;}