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 7b31260 commit 84a7f56Copy full SHA for 84a7f56
apps/remix-ide/src/migrateFileSystem.js
@@ -1,6 +1,6 @@
1
import { Storage } from '@remix-project/remix-lib'
2
import { joinPath } from './lib/helper'
3
-var modalDialogCustom = require('./app/ui/modal-dialog-custom')
+const modalDialogCustom = require('./app/ui/modal-dialog-custom')
4
/*
5
Migrating the files to the BrowserFS storage instead or raw localstorage
6
*/
0 commit comments