Skip to content

Commit

Permalink
fix(themes): add missing counterStrike theme export
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbien committed May 31, 2020
1 parent 79eca2d commit 86a0990
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -39,6 +40,7 @@ export default {
brick,
candy,
coldGray,
counterStrike,
eggplant,
highContrast,
lilac,
Expand Down

0 comments on commit 86a0990

Please sign in to comment.