Skip to content

Commit f46c620

Browse files
committed
fix: adapt to new scratch-storage@>=3 API
1 parent c2078af commit f46c620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/storage.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import ScratchStorage from 'scratch-storage';
1+
import {ScratchStorage} from 'scratch-storage';
22

33
import defaultProject from './default-project';
44

0 commit comments

Comments
 (0)