import { NgModule } from '@angular/core'; import { GraphikComponent } from './graphik.component'; @NgModule({ declarations: [GraphikComponent], imports: [ ], exports: [GraphikComponent] }) export class GraphikModule { }