fix linter

This commit is contained in:
Maze Winther 2026-02-08 22:23:12 +01:00
parent 395e415cc4
commit 1d05f5ac56
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import { generateUUID } from "@/utils/id";
import type { SerializedScene } from "@/services/storage/types";
import type { MigrationResult, ProjectRecord } from "./types";
import { getProjectId, isRecord } from "./utils";
import { isRecord } from "./utils";
export interface TransformV0ToV1Options {
now?: Date;