diff options
Diffstat (limited to 'frontend/src/components/inputs/Chips.tsx')
-rw-r--r-- | frontend/src/components/inputs/Chips.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/frontend/src/components/inputs/Chips.tsx b/frontend/src/components/inputs/Chips.tsx index 1be0050a0..e52f751d7 100644 --- a/frontend/src/components/inputs/Chips.tsx +++ b/frontend/src/components/inputs/Chips.tsx @@ -1,4 +1,4 @@ -import React, { +import { FocusEvent, FunctionComponent, KeyboardEvent, @@ -8,7 +8,6 @@ import React, { useRef, useState, } from "react"; -import "./chip.scss"; const SplitKeys = ["Tab", "Enter", " ", ",", ";"]; |