fix: import of scratch-storage after update

This commit is contained in:
MiroslavDionisiev 2024-12-06 18:39:27 +02:00
parent a1fadef113
commit ea9e9df400

View file

@ -1,4 +1,4 @@
import ScratchStorage from 'scratch-storage';
import {ScratchStorage} from 'scratch-storage';
const PROJECT_HOST = process.env.PROJECT_HOST || 'https://projects.scratch.mit.edu';