Name folders consistently

This commit is contained in:
Lyubomir Marinov
2017-01-17 08:44:50 -06:00
parent 4f8b7a934c
commit eaed9db1e7
26 changed files with 27 additions and 33 deletions

View File

@@ -1,7 +1,7 @@
import React from 'react';
import { TouchableHighlight } from 'react-native';
import { Icon } from '../../base/fontIcons';
import { Icon } from '../../base/font-icons';
import AbstractToolbarButton from './AbstractToolbarButton';