mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-18 03:27:02 -05:00
fix: import of scratch-storage after update
This commit is contained in:
parent
a1fadef113
commit
ea9e9df400
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';
|
const PROJECT_HOST = process.env.PROJECT_HOST || 'https://projects.scratch.mit.edu';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue