Skip to content

Commit

Permalink
chore: add start function description
Browse files Browse the repository at this point in the history
  • Loading branch information
ailtonloures committed Oct 1, 2024
1 parent 2c92ae4 commit 8414823
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ export const App = (app) => {
return { bookmarkStore: BookmarkStore };
}

/**
* Start the application components
*/
function start() {
const context = {
app,
Expand Down

0 comments on commit 8414823

Please sign in to comment.