mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
removed unnecessary config
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user