Skip to content

Commit

Permalink
fix: missing react import
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispader committed Sep 30, 2024
1 parent 580071a commit ddb1ab6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react';
import {View} from 'react-native';
import useThemeStyles from '@hooks/useThemeStyles';
import type {ExtraContentProps} from '@libs/Navigation/PlatformStackNavigation/types';
Expand Down

0 comments on commit ddb1ab6

Please sign in to comment.