forked from cadence/breezewiki
		
	Remove unused imports
This commit is contained in:
		
							parent
							
								
									bf6efde979
								
							
						
					
					
						commit
						324e34eb72
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2,7 +2,7 @@
 | 
				
			||||||
// sample: bandori/wiki/BanG_Dream!_Wikia
 | 
					// sample: bandori/wiki/BanG_Dream!_Wikia
 | 
				
			||||||
// sample: ensemble-stars/wiki/The_English_Ensemble_Stars_Wiki
 | 
					// sample: ensemble-stars/wiki/The_English_Ensemble_Stars_Wiki
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import {h, htm, render, useState, useEffect, createContext, useContext, signal, computed, effect} from "./preact.js"
 | 
					import {h, htm, render, signal, computed, effect} from "./preact.js"
 | 
				
			||||||
const html = htm.bind(h)
 | 
					const html = htm.bind(h)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const now = signal(Date.now())
 | 
					const now = signal(Date.now())
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
import {h, htm, render, useState, useEffect, createContext, useContext, signal, computed, effect} from "./preact.js"
 | 
					import {h, htm, render, signal, computed, effect} from "./preact.js"
 | 
				
			||||||
const html = htm.bind(h)
 | 
					const html = htm.bind(h)
 | 
				
			||||||
const classNames = classArr => classArr.filter(el => el).join(" ")
 | 
					const classNames = classArr => classArr.filter(el => el).join(" ")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue