From ec8a15746eb47da3fd650c8155152af002636640 Mon Sep 17 00:00:00 2001 From: Axel Cureno Basurto Date: Wed, 4 Dec 2024 19:50:34 -0800 Subject: [PATCH] Remove unused closeOfferSelectorTool import from studio.js --- studio/src/studio.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/studio/src/studio.js b/studio/src/studio.js index 45bb960b..5cfb2d04 100644 --- a/studio/src/studio.js +++ b/studio/src/studio.js @@ -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';