Skip to content

Commit 86a0990

Browse files
committed
fix(themes): add missing counterStrike theme export
1 parent 79eca2d commit 86a0990

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/common/themes/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import blackAndWhite from './blackAndWhite';
44
import brick from './brick';
55
import candy from './candy';
66
import coldGray from './coldGray';
7+
import counterStrike from './counterStrike';
78
import eggplant from './eggplant';
89
import highContrast from './highContrast';
910
import lilac from './lilac';
@@ -39,6 +40,7 @@ export default {
3940
brick,
4041
candy,
4142
coldGray,
43+
counterStrike,
4244
eggplant,
4345
highContrast,
4446
lilac,

0 commit comments

Comments
 (0)