6 lines
145 B
TypeScript
6 lines
145 B
TypeScript
import services from './services.ts';
|
|
|
|
export function getMobileUrlQrCodePath(): string {
|
|
return services.generateQrCodeUrl('mobile_url');
|
|
}
|