Skip to content

Commit

Permalink
feat(base/ui): fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinteodor committed Aug 9, 2024
1 parent b5d0b1c commit b23e6b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions react/features/base/ui/components/native/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React from 'react';
import { useTranslation } from 'react-i18next';
import { StyleProp, TouchableHighlight } from 'react-native';
import { Button as NativePaperButton, Text } from 'react-native-paper';
import { IconSource } from 'react-native-paper/lib/typescript/components/Icon';

import { BUTTON_MODES, BUTTON_TYPES } from '../../constants.native';
import BaseTheme from '../BaseTheme.native';
Expand Down

0 comments on commit b23e6b6

Please sign in to comment.