Skip to content

Commit 6589ef4

Browse files
committed
fix(share.service.ts): merge conflict
1 parent 5355fbd commit 6589ef4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/app/shared/share/share.service.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
import { HttpClient } from '@angular/common/http';
21
import { Injectable } from '@angular/core';
3-
import { Plugins } from '@capacitor/core';
2+
import { Share } from '@capacitor/share';
43
import { catchError } from 'rxjs/operators';
54
import { getAssetProfileUrl } from '../../utils/url';
6-
import { Share } from '@capacitor/share';
7-
import { concatMap, first, map } from 'rxjs/operators';
8-
import { blobToBase64 } from '../../utils/encoding/encoding';
95
import {
106
DiaBackendAsset,
117
DiaBackendAssetRepository,

0 commit comments

Comments
 (0)