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

missed unused var

parent 67919ecd
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ import NrpHeader from '../nrp-header/nrp-header.js'; ...@@ -4,7 +4,7 @@ import NrpHeader from '../nrp-header/nrp-header.js';
import './entry-page.css'; import './entry-page.css';
import NrpCoreDashboard from '../nrp-core-dashboard/nrp-core-dashboard.js'; import NrpCoreDashboard from '../nrp-core-dashboard/nrp-core-dashboard.js';
import TransceiverFunctionEditor from '../tf-editor/tf-editor'; //import TransceiverFunctionEditor from '../tf-editor/tf-editor';
export default class EntryPage extends React.Component { export default class EntryPage extends React.Component {
render() { render() {
......
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