correcting relative path

This commit is contained in:
Alex Windett 2017-02-20 12:55:01 +00:00
parent dc066f9cad
commit bc200789a8
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
const Styled = require('styled-components');
const camelCase = require('camel-case');
const constants = require('./constants');
const fns = require('./functions');
const constants = require('../constants');
const fns = require('../functions');
const {
boxes