File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import PropTypes from 'prop-types';
4
4
5
5
import GalioTheme , { withGalio } from './theme' ;
6
6
import getIconType from './helpers/getIconType' ;
7
- import galioConfig from './fonts /galio.json' ;
7
+ import galioConfig from './config /galio.json' ;
8
8
9
9
const Galio = createIconSetFromIcoMoon ( galioConfig , 'Galio' , './fonts/galio.ttf' ) ;
10
10
File renamed without changes.
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ import Switch from './Switch';
11
11
import Text from './Text' ;
12
12
import theme , { withGalio , GalioProvider } from './theme' ;
13
13
14
- import galioConfig from './fonts /galio.json' ;
14
+ import galioConfig from './config /galio.json' ;
15
15
const GalioFont = require ( './fonts/galio.ttf' ) ;
16
16
17
- export {
17
+ export {
18
18
Block ,
19
19
Button ,
20
20
Card ,
You can’t perform that action at this time.
0 commit comments