Fixes utils imports

This commit is contained in:
Steve Ruiz 2021-06-24 09:18:14 +01:00
parent 035b98afbc
commit 82bd129e3a
83 changed files with 191 additions and 154 deletions

View file

@ -11,7 +11,7 @@ import Vec from 'utils/vec'
import { NumberControl, VectorControl, codeControls, controls } from './control'
import { codeShapes } from './index'
import { CodeControl, Data, Shape } from 'types'
import { getPage } from 'utils/utils'
import { getPage } from 'utils'
const baseScope = {
Dot,