import {Injectable} from '@angular/core';
import {HBodyComponent} from '../components/h-body/h-body.component';

@Injectable()
export class JsfService {
    all: HBodyComponent;

    constructor() {
    }

}
