mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 22:47:15 +01:00
move helpers out again
seems anything under pages, besides api needs to be a react component
This commit is contained in:
@@ -10,7 +10,7 @@ import 'react-dates/initialize'
|
||||
import { DateRangePicker, SingleDatePicker } from 'react-dates'
|
||||
|
||||
import Required from './required'
|
||||
import { dateFormat } from '../helpers/date'
|
||||
import { dateFormat } from '../../helpers/date'
|
||||
|
||||
const fetcher = (path) => fetch(path).then((r) => r.json())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user