Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
lyzhan7 committed Aug 10, 2023
1 parent 7cbf4ea commit 1819045
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 1819045

Please sign in to comment.