Skip to content
Snippets Groups Projects
Commit a17229af authored by Sandro Weber's avatar Sandro Weber
Browse files

bit of cleanup

parent b393f8af
No related branches found
No related tags found
No related merge requests found
import React from 'react';
import MqttClientService from '../../services/mqtt-client-service';
//import subscribeToTopic from MqttClientService;
export default class NrpCoreDashboard extends React.Component {
constructor(props) {
......
import mqtt from 'mqtt';
import { EventEmitter } from 'events';
//import * as proto from 'nrp-jsproto/nrp-engine_msgs-protobuf.js';
//import { DataPackMessage } from 'nrp-jsproto/nrp-engine_msgs-protobuf.js';
//import { DataPackMessage } from 'nrp-jsproto/engine_grpc_pb';
import jspb from '../../node_modules/google-protobuf/google-protobuf';
let _instance = null;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment