From fbcaca38889eed0b9f447509c4c7823dc5b6a522 Mon Sep 17 00:00:00 2001 From: Olivia Date: Fri, 25 Oct 2024 18:45:42 -0400 Subject: [PATCH] fix import --- src/components/two-string/key-group.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/two-string/key-group.tsx b/src/components/two-string/key-group.tsx index d20c8aaa..b455c422 100644 --- a/src/components/two-string/key-group.tsx +++ b/src/components/two-string/key-group.tsx @@ -13,7 +13,7 @@ import { } from 'src/utils/keyboard-rendering'; import {useSkipFontCheck} from 'src/utils/use-skip-font-check'; import styled from 'styled-components'; -import type {Color} from 'three'; +import {Color} from 'three'; import { getKeycapSharedProps, getKeysKeys,