Skip to content

Commit 84a7f56

Browse files
authored
Update migrateFileSystem.js
const
1 parent 7b31260 commit 84a7f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide/src/migrateFileSystem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Storage } from '@remix-project/remix-lib'
22
import { joinPath } from './lib/helper'
3-
var modalDialogCustom = require('./app/ui/modal-dialog-custom')
3+
const modalDialogCustom = require('./app/ui/modal-dialog-custom')
44
/*
55
Migrating the files to the BrowserFS storage instead or raw localstorage
66
*/

0 commit comments

Comments
 (0)