Skip to content

Commit b854c89

Browse files
author
zoew McGrathe
committed
openProjectUpdate
1 parent 226d2c2 commit b854c89

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/components/file_system_interface/OpenProjectComponent.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ Description:
1414
</template>
1515

1616
<script>
17-
import fs from "fs-extra";
18-
const { remote } = require("electron");
17+
// import fs from "fs-extra";
18+
// const { remote } = require("electron");
1919
import { mapActions } from "vuex";
20-
const Mousetrap = require("mousetrap");
20+
// const Mousetrap = require("mousetrap");
21+
const { fs, ipcRenderer } = window;
2122
2223
export default {
2324
name: "OpenProjectComponent",

0 commit comments

Comments
 (0)