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;