mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			291 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			291 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
import "./stylesheets/bootstrap.scss";
 | 
						|
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;}
 |