Skip to content

Commit

Permalink
Powsybl/diagram-viewer doesn't provide type so return component to jsx
Browse files Browse the repository at this point in the history
Signed-off-by: capyq <[email protected]>
  • Loading branch information
capyq committed Jul 12, 2024
1 parent f526799 commit c64a25d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

//TODO: File in JSX because @powsybl/diagram-viewer doesn't provide type. change to TSX when types are awailable.
import { Grid } from '@mui/material';
import { LineFlowColorMode, LineFlowMode } from '@powsybl/diagram-viewer';
import { useState } from 'react';
Expand Down

0 comments on commit c64a25d

Please sign in to comment.