mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
Initial state
This commit is contained in:
5
samples/react/ReactGrid/Views/Home/Index.cshtml
Executable file
5
samples/react/ReactGrid/Views/Home/Index.cshtml
Executable file
@@ -0,0 +1,5 @@
|
||||
<div id="react-app">@Html.Raw(ViewData["ReactOutput"])</div>
|
||||
|
||||
@section scripts {
|
||||
<script src="bundle.js"></script>
|
||||
}
|
||||
Reference in New Issue
Block a user