|  | @@ -46,6 +46,7 @@ import toolbox from '/src/components/layout/images/toolbox.png';
 | 
	
		
			
				|  |  |  import setTimeIcon from '/src/components/layout/images/setTimeIcon.png';
 | 
	
		
			
				|  |  |  import beatIcon from '/src/components/layout/images/beatIcon.png';
 | 
	
		
			
				|  |  |  import toneIcon from '/src/components/layout/images/toneIcon.png';
 | 
	
		
			
				|  |  | +import { px2vw } from '/src/utils';
 | 
	
		
			
				|  |  |  export type ToolType = 'init' | 'pen' | 'whiteboard';
 | 
	
		
			
				|  |  |  export type ToolItem = {
 | 
	
		
			
				|  |  |    type: ToolType;
 |