Skip to content

Commit 2d5e469

Browse files
committed
Fix playground
1 parent c96287b commit 2d5e469

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/FlexRender.Playground/wwwroot/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="stylesheet" href="style.css">
99
<link rel="preload" id="webassembly" />
1010
<script type="importmap"></script>
11-
<script type="module" src="main.js"></script>
11+
<script type="module">import './main.js';</script>
1212
</head>
1313
<body>
1414
<div id="loading">

0 commit comments

Comments
 (0)