mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-18 03:27:02 -05:00
Merge pull request #9004 from MiroslavDionisiev/fix/scratch-storage-import
fix: import of scratch-storage after update
This commit is contained in:
commit
b61253bce7
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in a new issue