We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3558657 commit dd9e17aCopy full SHA for dd9e17a
1 file changed
src/app/connect/key/key.ts
@@ -16,8 +16,6 @@ import { FormsModule } from '@angular/forms';
16
import { bytesToHex, hexToBytes } from '@noble/hashes/utils';
17
import { MatInputModule } from '@angular/material/input';
18
import { MatButtonModule } from '@angular/material/button';
19
-import { TranslateService } from '@ngx-translate/core'; //Added this for the transalation i18n
20
-
21
22
@Component({
23
selector: 'app-key',
0 commit comments