Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
change src file to update src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
juliosgarbi committed Jan 10, 2024
1 parent bda7c81 commit 7e5ccc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ if (process.env.NODE_ENV === "development" && !process.env.BUILD_NO_SERVER) {
import("./dev").then(({ initDevApp }) => initDevApp(DataManager));
}

window.DataManager = DataManager;
window.DataManager = DataManager;

export default DataManager;

0 comments on commit 7e5ccc8

Please sign in to comment.