fix: reorder polyfills import in index.ts

This commit is contained in:
Marc Emmanuel 2026-03-14 20:08:15 +01:00
parent 064e4d83e3
commit fd31f4c38c

View file

@ -1,6 +1,5 @@
import "./polyfills";
import { lerp, lim, minmax, normalize, rn } from "./numberUtils";
import "./polyfills";
window.rn = rn;
window.lim = lim;