export class WithTransferStateComponent implements OnInit {
    public hits: string;
    public shake: boolean = false;

    constructor(private route: ActivatedRoute) {}