Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhKumar05 committed Oct 11, 2023
1 parent b7bdccc commit c5e0467
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { Button, config as cssConfig, Dialog, Flex, Text } from '../../..';
import androidPermissionAlert from '../../images/android-perm-1.png';
// @ts-ignore: No implicit Any
import iosPermissions from '../../images/ios-perm-0.png';
// @ts-ignore: No implicit Any
import { isAndroid, isIOS } from '../../common/constants';

export function PermissionErrorModal() {
Expand Down

0 comments on commit c5e0467

Please sign in to comment.