mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
6 lines
126 B
Plaintext
Executable File
6 lines
126 B
Plaintext
Executable File
<div id="react-app">@Html.Raw(ViewData["ReactOutput"])</div>
|
|
|
|
@section scripts {
|
|
<script src="bundle.js"></script>
|
|
}
|