From b3281ddc56ded58e4f5ff4562a032ebfa0eefc69 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 29 Aug 2022 23:39:01 -0700 Subject: [PATCH] Remove odd imports --- web/stories/Color.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/stories/Color.tsx b/web/stories/Color.tsx index 202e59196..f0aefb1ef 100644 --- a/web/stories/Color.tsx +++ b/web/stories/Color.tsx @@ -1,5 +1,3 @@ -import he from 'date-fns/esm/locale/he/index.js'; -import { unset } from 'lodash'; import PropTypes from 'prop-types'; export function Color(props) {