blob: 120725f7ab1024b65e83c1cba72429e55a6f8f09 [file] [log] [blame]
/// <reference path="../../../typings/index.d.ts"/>
export interface IStyleConfig {
projectName: string;
favicon: string;
}
export const StyleConfig: IStyleConfig = {
projectName: 'CORD',
favicon: 'cord-favicon.png'
};