From 181904525f64874d725d1c57c066ec4f20a6b2b8 Mon Sep 17 00:00:00 2001 From: lyzhan7 <78454019+lyzhan7@users.noreply.github.com> Date: Thu, 10 Aug 2023 11:15:45 -0700 Subject: [PATCH] Remove unused import --- .../src/TestComponents/ColorTokens/ColorTokenTest.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/fluent-tester/src/TestComponents/ColorTokens/ColorTokenTest.tsx b/apps/fluent-tester/src/TestComponents/ColorTokens/ColorTokenTest.tsx index 4543d0b2a20..9714502e73f 100644 --- a/apps/fluent-tester/src/TestComponents/ColorTokens/ColorTokenTest.tsx +++ b/apps/fluent-tester/src/TestComponents/ColorTokens/ColorTokenTest.tsx @@ -1,5 +1,5 @@ import * as React from 'react'; -import type { ViewStyle, ColorValue } from 'react-native'; +import type { ColorValue } from 'react-native'; import { View, StyleSheet, Platform } from 'react-native'; import { Text, ToggleButton } from '@fluentui/react-native';