removed unused function
This commit is contained in:
parent
baafe0b32f
commit
2e6e5d1bec
@ -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('/');
|
||||
|
Loading…
x
Reference in New Issue
Block a user