···11import * as URI from "uri-js";
2233-import { groupTracksPerScheme } from "@common/index.js";
33+import { groupTracksPerScheme } from "@common/utils.js";
44import { ostiary, rpc, workerProxy } from "@common/worker.js";
5566/**
+1-1
src/components/engine/queue/element.js
···11import { DiffuseElement } from "@common/element.js";
22import { signal } from "@common/signal.js";
33import { listen } from "@common/worker.js";
44-import { hash } from "@common/index.js";
44+import { hash } from "@common/utils.js";
5566/**
77 * @import {ProxiedActions} from "@common/worker.d.ts";
+1-1
src/components/engine/queue/worker.js
···11import { announce, ostiary, rpc } from "@common/worker.js";
22import { effect, signal } from "@common/signal.js";
33-import { arrayShuffle, hash } from "@common/index.js";
33+import { arrayShuffle, hash } from "@common/utils.js";
4455/**
66 * @import {Actions, Item} from "./types.d.ts"