Fix lodash import

This commit is contained in:
Fred Carlsen
2018-12-12 13:56:08 +01:00
parent 39ceff3d6e
commit 74959cf354

View File

@@ -1,4 +1,4 @@
import * as _ from 'lodash/core';
import * as _ from 'lodash';
import * as React from 'react';
import styled from 'styled-components';