Notes/src/public/app/set_password.ts

7 lines
259 B
TypeScript
Raw Normal View History

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;}