removing unused variables

This commit is contained in:
Alex Windett 2017-01-18 10:59:23 +00:00
parent acbf130c2c
commit 625b6c8922
1 changed files with 0 additions and 8 deletions

View File

@ -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;