Skip to content

Commit

Permalink
fix: do not use plugin endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
marstamm committed Dec 18, 2024
1 parent 5466ca7 commit d274fe2
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions client/src/app/tabs/rpa/RPAEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,14 @@

import React from 'react';

// import {
// WithCache,
// WithCachedState,
// CachedComponent
// } from 'camunda-modeler-plugin-helpers/components';

const {
import {
WithCache,
WithCachedState,
CachedComponent
} = window.components;


// import Monaco from './Monaco';
} from '../../cached';

import * as css from './RPAEditor.less';

// import { getRobotEditMenu } from './getRobotEditMenu';

import {
isString
} from 'min-dash';
Expand Down

0 comments on commit d274fe2

Please sign in to comment.