voltTab/src/component/Base/index.js

9 lines
214 B
JavaScript

// must be loaded first
import '../../style/reset/index.css';
// base styles for all components
import '../../style/typography/index.css';
import '../../style/zindex/index.css';
export const Base = function() {}