Update type imports in App.tsx

This commit is contained in:
2026-04-27 00:30:55 +02:00
parent 0f0cd317a8
commit b93f48fe96

View File

@@ -107,7 +107,8 @@ import {
type ActiveTransformSession,
type TransformAxis,
type TransformOperation,
type TransformSessionSource
type TransformSessionSource,
type TransformSessionState
} from "../core/transform-session";
import type { Vec2, Vec3 } from "../core/vector";
import {