From 625b6c8922e9afd09dd5a99deab38c27bf0d14f4 Mon Sep 17 00:00:00 2001 From: Alex Windett Date: Wed, 18 Jan 2017 10:59:23 +0000 Subject: [PATCH] removing unused variables --- ui/src/components/base/index.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ui/src/components/base/index.js b/ui/src/components/base/index.js index ad05457a..102a11df 100644 --- a/ui/src/components/base/index.js +++ b/ui/src/components/base/index.js @@ -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;