We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc30b1 commit f2646dcCopy full SHA for f2646dc
client/modules/IDE/components/Preferences/index.jsx
@@ -22,7 +22,7 @@ import {
22
setPreferencesTab
23
} from '../../actions/preferences';
24
import { majorVersion, p5URL, useP5Version } from '../../hooks/useP5Version';
25
-import p5SoundURL from '../../../../../common/p5URLs';
+import { p5SoundURL } from '../../../../../common/p5URLs';
26
import VersionPicker from '../VersionPicker';
27
import { updateFileContent } from '../../actions/files';
28
import { CmControllerContext } from '../../pages/IDEView';
0 commit comments