Skip to content

Commit 4dcd478

Browse files
committed
Fix import
1 parent a0642ff commit 4dcd478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pyodide-runtime-agent/src/pyodide-worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
getEssentialPackages,
1515
isFirstRun,
1616
} from "./cache-utils.ts";
17-
import type { FileData } from "@runtimed/schema";
17+
import type { FileData } from "jsr:@runtimed/schema";
1818

1919
declare const self: DedicatedWorkerGlobalScope;
2020

0 commit comments

Comments
 (0)