Skip to content

Commit fc3409a

Browse files
fix: PlatformListTile typo name
1 parent b4a202b commit fc3409a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/default/src/screens/CrashReportingScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { CrashReporting } from 'instabug-reactnative';
66
import { ListTile } from '../components/ListTile';
77
import { Screen } from '../components/Screen';
88
import { Section } from '../components/Section';
9-
import { PlatformListTile } from '../components/PlatformListTie';
9+
import { PlatformListTile } from '../components/PlatformListTile';
1010
import { NativeExampleCrashReporting } from '../native/NativeCrashReporting';
1111

1212
export const CrashReportingScreen: React.FC = () => {

0 commit comments

Comments
 (0)