From e7c2b2649fcb09c45e085d541b3c88967600c6ee Mon Sep 17 00:00:00 2001 From: Michael Stedman <46408716+recondesigns@users.noreply.github.com> Date: Sun, 3 Mar 2024 12:27:17 -0600 Subject: [PATCH] removed commented out imports --- components/Container/Container.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/Container/Container.tsx b/components/Container/Container.tsx index 99e8b922e..8accedd36 100644 --- a/components/Container/Container.tsx +++ b/components/Container/Container.tsx @@ -1,4 +1,3 @@ -// import { bool, node, number, oneOf, oneOfType, string } from 'prop-types'; import classNames from 'classnames'; import { getDataAttributes } from 'common/utils/prop-utils'; import styles from './Container.module.css';