mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2025-02-17 17:01:12 -05:00
Fixing broken iOS import in ScratchAudio
This commit is contained in:
parent
6cde452728
commit
de99fabacc
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import {isAndroid} from './lib';
|
||||
import Sound from './Sound';
|
||||
import {iOS} from '../iPad/iOS';
|
||||
import iOS from '../iPad/iOS';
|
||||
|
||||
////////////////////////////////////////////////////
|
||||
/// Sound Playing
|
||||
|
|
Loading…
Reference in a new issue