Skip to content

Commit

Permalink
Remove CJS style exports.
Browse files Browse the repository at this point in the history
  • Loading branch information
na9da committed Apr 27, 2024
1 parent c2e4d9a commit 54dc6d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions lib/Models/Feature/Feature.ts
Expand Up @@ -108,5 +108,3 @@ function addCustomFeatureProperties(entity: Entity) {
}
}
}

module.exports = TerriaFeature;
4 changes: 0 additions & 4 deletions lib/ReactViews/Workbench/Controls/ShortReport.tsx
@@ -1,5 +1,3 @@
"use strict";

import { runInAction } from "mobx";
import { observer } from "mobx-react";
import React from "react";
Expand Down Expand Up @@ -103,5 +101,3 @@ export default class ShortReport extends React.Component<{
);
}
}

module.exports = ShortReport;

0 comments on commit 54dc6d6

Please sign in to comment.