removed unused function

This commit is contained in:
Cássio Zen 2016-10-27 13:59:21 -02:00
parent baafe0b32f
commit 2e6e5d1bec

View File

@ -1,10 +1,4 @@
import AuthenticationPage from './AuthenticationPage';
import { createEntry } from '../../valueObjects/Entry';
function getSlug(path) {
const m = path.match(/([^\/]+?)(\.[^\/\.]+)?$/);
return m && m[1];
}
function getFile(path) {
const segments = path.split('/');