mirror of
https://github.com/yldio/copilot.git
synced 2024-11-28 22:20:06 +02:00
removing unused variables
This commit is contained in:
parent
acbf130c2c
commit
625b6c8922
@ -1,12 +1,8 @@
|
|||||||
const constants = require('../../shared/constants');
|
const constants = require('../../shared/constants');
|
||||||
const fncs = require('../../shared/functions');
|
|
||||||
|
|
||||||
const Styled = require('styled-components');
|
const Styled = require('styled-components');
|
||||||
|
|
||||||
const {
|
const {
|
||||||
forms,
|
|
||||||
tables,
|
|
||||||
typography,
|
|
||||||
colors
|
colors
|
||||||
} = constants;
|
} = constants;
|
||||||
|
|
||||||
@ -14,10 +10,6 @@ const {
|
|||||||
default: styled,
|
default: styled,
|
||||||
} = Styled;
|
} = Styled;
|
||||||
|
|
||||||
const {
|
|
||||||
remcalc
|
|
||||||
} = fncs;
|
|
||||||
|
|
||||||
module.exports = styled.div`
|
module.exports = styled.div`
|
||||||
font-family: 'LibreFranklin', sans-serif;
|
font-family: 'LibreFranklin', sans-serif;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user