contactlab / contactlab-ui-components

DEPRECATED - Basic UI components for ContactLab UX design pattern library
http://contactlab.github.io/contactlab-pattern-library
Apache License 2.0
30 stars 8 forks source link

`moment` is not listed as dependency within the `package.json` #117

Closed LasaleFamine closed 7 years ago

LasaleFamine commented 7 years ago

Also I think moment should be imported before rome.

Currently:

// calendar-clab

import rome from 'rome';
import moment from 'moment';
...