Skip to content

Instantly share code, notes, and snippets.

@ting11222001
Created October 5, 2020 06:00
Show Gist options
  • Save ting11222001/16da3289513c85d20df08111e67b10d4 to your computer and use it in GitHub Desktop.
Save ting11222001/16da3289513c85d20df08111e67b10d4 to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
export default class CreateDevice extends Component {
constructor(props) {
super(props);
this.state = {
accountname:'',
description: '',
duration: 0,
date: new Date(),
accounts: []
};
};
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment