mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30: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 fncs = require('../../shared/functions');
|
||||
|
||||
const Styled = require('styled-components');
|
||||
|
||||
const {
|
||||
forms,
|
||||
tables,
|
||||
typography,
|
||||
colors
|
||||
} = constants;
|
||||
|
||||
@ -14,10 +10,6 @@ const {
|
||||
default: styled,
|
||||
} = Styled;
|
||||
|
||||
const {
|
||||
remcalc
|
||||
} = fncs;
|
||||
|
||||
module.exports = styled.div`
|
||||
font-family: 'LibreFranklin', sans-serif;
|
||||
font-size: 1rem;
|
||||
|
Loading…
Reference in New Issue
Block a user