What is currently packages/portal is example of a running portal and should move to examples (it will get replaced by an actual portal lib soon).
7 lines
133 B
TypeScript
7 lines
133 B
TypeScript
import { extend } from './utils';
|
|
import base from './base';
|
|
|
|
export default extend(base, {
|
|
// Custom styles for primary theme
|
|
});
|