Skip to content

Commit

Permalink
Remove unused closeOfferSelectorTool import from studio.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Axelcureno committed Dec 5, 2024
1 parent 24b520c commit ec8a157
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions studio/src/studio.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ import './mas-surface-picker.js';
import { contentIcon } from './img/content-icon.js';
import { promosIcon } from './img/promos-icon.js';
import { ostIcon } from './img/ost-icon.js';
import {
openOfferSelectorTool,
closeOfferSelectorTool,
} from './rte/ost.js';
import { openOfferSelectorTool } from './rte/ost.js';

const EVENT_LOAD_START = 'load-start';
const EVENT_LOAD_END = 'load-end';
Expand Down

0 comments on commit ec8a157

Please sign in to comment.