removed unnecessary import
This commit is contained in:
parent
0f53010d4f
commit
9e77128b31
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
import {Converter} from "./converter";
|
import {Converter} from "./converter";
|
||||||
import log = require("core-js/core/log");
|
|
||||||
|
|
||||||
export class Base64Decoder implements Converter {
|
export class Base64Decoder implements Converter {
|
||||||
getDisplayname():string {
|
getDisplayname():string {
|
||||||
|
|
Loading…
Reference in a new issue