From 0ab655eb5c031e1a2aac18ef475aff6c7724b227 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 3 Jul 2022 07:43:27 -0700 Subject: Add events button --- modern/src/map/switcher/switcher.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modern/src/map/switcher/switcher.js') diff --git a/modern/src/map/switcher/switcher.js b/modern/src/map/switcher/switcher.js index 76710ced..8fe48929 100644 --- a/modern/src/map/switcher/switcher.js +++ b/modern/src/map/switcher/switcher.js @@ -1,3 +1,5 @@ +import './switcher.css'; + export class SwitcherControl { constructor(onBeforeSwitch, onSwitch, onAfterSwitch) { -- cgit v1.2.3