[examples][sm] - renaming ckan to ckan-2021
This commit is contained in:
11
examples/ckan-2021/themes/index.ts
Normal file
11
examples/ckan-2021/themes/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import base from './base';
|
||||
import { IThemes } from './utils';
|
||||
|
||||
/**
|
||||
* The default theme to load
|
||||
*/
|
||||
export const DEFAULT_THEME = 'base';
|
||||
|
||||
export const themes: IThemes = {
|
||||
base,
|
||||
};
|
||||
Reference in New Issue
Block a user