Notes/apps/client/src/set_password.ts

8 lines
293 B
TypeScript
Raw Normal View History

import "../stylesheets/bootstrap.scss";
2025-04-02 20:59:01 +03:00
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;}