mo 1 year ago
parent
commit
bc1fcd2180
1 changed files with 1 additions and 0 deletions
  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;