1 | (function render{{name}}(React, ReactDOM) {
|
2 | /**
|
3 | * Browser script.
|
4 | *
|
5 | * Generated by {{generator}} on {{today}},
|
6 | * from a template provided by {{pkg.name}}.
|
7 | *
|
8 | * @see https://facebook.github.io/react/
|
9 | */
|
10 | "use strict";
|
11 |
|
12 | })(require('react'), require('react-dom'));
|
13 |
|
\ | No newline at end of file |