Skip to content

Commit 1819045

Browse files
committed
Remove unused import
1 parent 7cbf4ea commit 1819045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/fluent-tester/src/TestComponents/ColorTokens/ColorTokenTest.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as React from 'react';
2-
import type { ViewStyle, ColorValue } from 'react-native';
2+
import type { ColorValue } from 'react-native';
33
import { View, StyleSheet, Platform } from 'react-native';
44

55
import { Text, ToggleButton } from '@fluentui/react-native';

0 commit comments

Comments
 (0)