mirror of
				https://github.com/steveiliop56/tinyauth.git
				synced 2025-10-29 05:05:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			89 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			89 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package assets
 | |
| 
 | |
| import (
 | |
| 	"embed"
 | |
| )
 | |
| 
 | |
| // UI assets
 | |
| //
 | |
| //go:embed dist
 | |
| var Assets embed.FS
 | 
