From acfd40f9bd084b69d232bff8c3518ad97e5ff191 Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Wed, 3 Jun 2026 12:02:57 +0200 Subject: [PATCH] test: remove trailing '/' in import statements --- .../src/TestComponents/Avatar/NativeAvatarTest.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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';