diff --git a/apps/tester-core/src/TestComponents/Avatar/NativeAvatarTest.tsx b/apps/tester-core/src/TestComponents/Avatar/NativeAvatarTest.tsx index cda5337cf9c..7927bbc076f 100644 --- a/apps/tester-core/src/TestComponents/Avatar/NativeAvatarTest.tsx +++ b/apps/tester-core/src/TestComponents/Avatar/NativeAvatarTest.tsx @@ -3,8 +3,8 @@ import { Switch, View } from 'react-native'; import { Text } from '@fluentui/react-native'; import { NATIVE_AVATAR_TESTPAGE } from '@fluentui-react-native/e2e-testing'; -import type { Size } from '@fluentui-react-native/experimental-avatar/'; -import { NativeAvatar } from '@fluentui-react-native/experimental-avatar/'; +import type { Size } from '@fluentui-react-native/experimental-avatar'; +import { NativeAvatar } from '@fluentui-react-native/experimental-avatar'; import { Stack } from '@fluentui-react-native/stack'; import { testImageSource, rainbowGradientSource } from './testImageSources';