sbjw
2025-08-27 5ebdc4d6d2501908342e3740e65bb89090a91f81
src/example/ExampleDynamicBlcPage.js
@@ -1,6 +1,6 @@
import React, {Component} from 'react'
import './ExampleDrawPage.css'
import {GIS} from "../iclient3d-plot-diy";
import {GIS} from "iclient3d-plot-diy";
export default class ExampleDynamicDlcPage extends Component {
@@ -27,7 +27,7 @@
    componentDidMount() {
        fetch('./example/ExampleBlcPage.md')
        fetch('./example/ExampleDynamicDlcPage.md')
            .then(response => response.text())
            .then(mdText => {
                this.setState({htmlString: window.marked.parse(mdText)});