Skip to content
Snippets Groups Projects
Commit 20d15dab authored by lotte's avatar lotte
Browse files

removed unnecessary config

parent 5bd1e050
Branches
Tags
No related merge requests found
......@@ -158,6 +158,5 @@ module.exports = {
},
theme: {
name: 'mantis',
cssClass: 'mantis',
}
};
......@@ -2,5 +2,4 @@ import { Config } from './config.interface';
export interface Theme extends Config {
name: string;
cssClass: string;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment