unify exports in a single place

This commit is contained in:
Ryan Di
2024-12-04 14:31:15 +08:00
parent 392b362118
commit 9da26fb7e0
15 changed files with 264 additions and 440 deletions

View File

@@ -1,4 +1,4 @@
import type { StaticCanvasAppState, AppState } from "../types";
import type { AppState } from "../types";
import type { StaticCanvasRenderConfig } from "../scene/types";