Files
JavaScriptServices/samples/react/ReactGrid/Views/Home/Index.cshtml
SteveSandersonMS f693bd60e3 Initial state
2015-11-02 10:30:36 -08:00

6 lines
126 B
Plaintext
Executable File

<div id="react-app">@Html.Raw(ViewData["ReactOutput"])</div>
@section scripts {
<script src="bundle.js"></script>
}