Restructured Step 2 - 7 to "code along" style

This commit is contained in:
AlexanderBuzz
2023-07-05 10:44:15 +02:00
parent bad6ce54ba
commit b46e8a6ada
9 changed files with 761 additions and 270 deletions

View File

@@ -19,7 +19,7 @@ const createWindow = () => {
},
})
appWindow.loadFile(path.join(__dirname, 'view', '2_async.html'))
appWindow.loadFile(path.join(__dirname, 'view', '2_async-subscribe.html'))
return appWindow
}