From 86a09909b9e76329a24f437faa1eeab570351faa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Bie=C5=84?= Date: Sun, 31 May 2020 18:44:27 +0200 Subject: [PATCH] fix(themes): add missing counterStrike theme export --- src/common/themes/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/themes/index.js b/src/common/themes/index.js index db6eb2f1..112a07ea 100644 --- a/src/common/themes/index.js +++ b/src/common/themes/index.js @@ -4,6 +4,7 @@ import blackAndWhite from './blackAndWhite'; import brick from './brick'; import candy from './candy'; import coldGray from './coldGray'; +import counterStrike from './counterStrike'; import eggplant from './eggplant'; import highContrast from './highContrast'; import lilac from './lilac'; @@ -39,6 +40,7 @@ export default { brick, candy, coldGray, + counterStrike, eggplant, highContrast, lilac,