import defaultSettings from './defaultSettings'; const { primaryColor } = defaultSettings; export default { 'primary-color': primaryColor, };