Make some timeline into presentational comps

This commit is contained in:
Franc Camps-Febrer
2019-01-04 19:44:13 +01:00
parent 9fad640fbe
commit 8fe6600c67
9 changed files with 102 additions and 110 deletions

View File

@@ -1,6 +1,6 @@
import React from 'react';
import { formatterWithYear } from '../js/utilities';
import { formatterWithYear } from '../../js/utilities.js';
const TimelineLabels = ({ dims, timelabels }) => {