Skip to content

Commit

Permalink
Move QRCode component out of the folder
Browse files Browse the repository at this point in the history
  • Loading branch information
VickyStash committed Oct 27, 2023
1 parent eef8347 commit 398ec7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/QRCode/index.tsx → src/components/QRCode.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React, {Ref} from 'react';
import QRCodeLibrary from 'react-native-qrcode-svg';
import {ImageSourcePropType} from 'react-native';
import defaultTheme from '../../styles/themes/default';
import CONST from '../../CONST';
import defaultTheme from '../styles/themes/default';
import CONST from '../CONST';

type LogoRatio = typeof CONST.QR.DEFAULT_LOGO_SIZE_RATIO | typeof CONST.QR.EXPENSIFY_LOGO_SIZE_RATIO;

Expand Down

0 comments on commit 398ec7f

Please sign in to comment.