import { ElectronService } from './electron.service';;

export const ELECTRON_PROVIDERS: any[] = [
  ElectronService
];

export * from './electron.service';
