fix(SW-368): import type fixes
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import LinkChip from "./Chip"
|
||||
import { LinkChipsProps } from "./linkChips"
|
||||
|
||||
import styles from "./linkChips.module.css"
|
||||
|
||||
import type { LinkChipsProps } from "./linkChips"
|
||||
|
||||
export default function LinkChips({ chips }: LinkChipsProps) {
|
||||
if (!chips.length) {
|
||||
return null
|
||||
|
||||
Reference in New Issue
Block a user