AG-420 Improve React implementation

This commit is contained in:
Sean Landsman
2017-05-24 14:28:07 +01:00
parent ddefba039a
commit 4ef1959a52
6 changed files with 67 additions and 48 deletions

View File

@@ -1,4 +1,4 @@
import React, { Component } from 'react';
import React, {Component} from "react";
export default class extends Component {
constructor(props) {