docu: added ducu

This commit is contained in:
Begerad, Stefan 2021-09-09 13:15:28 -04:00
parent 5a4c761043
commit 08f756262b
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ import React from "react";
import ReactDOM from "react-dom";
/*
*component Welcome
*using class syntax from ES6
*Webpack needs Babel to process ES6 into ES5 syntaxes in order for this class to work
*/
class Welcome extends React.Component {
render() {