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

fix: LEAP-521: Update LSF and DM files on monorepo #288

Closed
wants to merge 10 commits into from
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Data exploration tool for [Label Studio][ls].
### Quickstart

```
npm install @heartexlabs/datamanager
npm install @heartexlabs/datamanager
```

### Features
Expand Down
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;