mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
setup for us to have svgs in the mobile sdk (#1230)
* setup for us to have svgs in the mobile sdk * never again
This commit is contained in:
@@ -13,10 +13,10 @@ import {
|
||||
} from '@selfxyz/common/constants';
|
||||
import type { PassportData } from '@selfxyz/common/types/passport';
|
||||
import { isAadhaarDocument, isMRZDocument } from '@selfxyz/common/utils/types';
|
||||
import AadhaarIcon from '@selfxyz/mobile-sdk-alpha/svgs/icons/aadhaar.svg';
|
||||
import EPassport from '@selfxyz/mobile-sdk-alpha/svgs/icons/epassport.svg';
|
||||
|
||||
import { SvgXml } from '@/components/homeScreen/SvgXmlWrapper';
|
||||
import AadhaarIcon from '@/images/icons/aadhaar.svg';
|
||||
import EPassport from '@/images/icons/epassport.svg';
|
||||
import LogoGray from '@/images/logo_gray.svg';
|
||||
import {
|
||||
black,
|
||||
|
||||
Reference in New Issue
Block a user