mo hace 1 año
padre
commit
bc1fcd2180
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/attend-class/index.tsx

+ 1 - 0
src/views/attend-class/index.tsx

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