Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryIVC committed Apr 21, 2023
1 parent 3ba8070 commit c83a27e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
import './index.css';
import App from './modules/App.js';

window.onload = () => {
App();
};

0 comments on commit c83a27e

Please sign in to comment.