removed unnecessary config

This commit is contained in:
lotte
2019-06-06 15:34:32 +02:00
parent 5bd1e050fe
commit 20d15dab54
2 changed files with 0 additions and 2 deletions

View File

@@ -158,6 +158,5 @@ module.exports = {
}, },
theme: { theme: {
name: 'mantis', name: 'mantis',
cssClass: 'mantis',
} }
}; };

View File

@@ -2,5 +2,4 @@ import { Config } from './config.interface';
export interface Theme extends Config { export interface Theme extends Config {
name: string; name: string;
cssClass: string;
} }