mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
correcting relative path
This commit is contained in:
parent
dc066f9cad
commit
bc200789a8
@ -1,8 +1,8 @@
|
|||||||
const Styled = require('styled-components');
|
const Styled = require('styled-components');
|
||||||
const camelCase = require('camel-case');
|
const camelCase = require('camel-case');
|
||||||
|
|
||||||
const constants = require('./constants');
|
const constants = require('../constants');
|
||||||
const fns = require('./functions');
|
const fns = require('../functions');
|
||||||
|
|
||||||
const {
|
const {
|
||||||
boxes
|
boxes
|
||||||
|
Loading…
Reference in New Issue
Block a user