Skip to content

Commit

Permalink
Build: (fb30f50) Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-NRCan committed Sep 29, 2023
1 parent 021e3e8 commit 8c52a6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20605,10 +20605,10 @@ console.log("geochart chart.tsx run");
/**
* Create a customized Chart UI
*
* @param {TypeGeoChartChartProps} props the properties passed to the Chart element
* @param {TypeChartChartProps} props the properties passed to the Chart element
* @returns {JSX.Element} the created Chart element
*/
function GeoChart(props) {
function chart_Chart(props) {
// Fetch the cgpv module
var w = window;
var cgpv = w['cgpv'];
Expand Down Expand Up @@ -20805,7 +20805,7 @@ function GeoChart(props) {
*/

var App = function App() {
return /*#__PURE__*/(0,jsx_runtime.jsx)(GeoChart, {});
return /*#__PURE__*/(0,jsx_runtime.jsx)(chart_Chart, {});
};
/* harmony default export */ const src_App = (App);
;// CONCATENATED MODULE: ./src/index.tsx
Expand Down

0 comments on commit 8c52a6a

Please sign in to comment.