| 1 | import { gsap } from 'gsap'; |
| 2 | import { map, lerp, getMousePos, calcWinsize, getRandomNumber } from './utils'; |
| 3 | import { MagneticFx } from './magneticFx'; |
| 4 | import { Preview } from './preview'; |
nothing calls this directly
no test coverage detected