Skip to content

Commit d4b673f

Browse files
committed
remove old polyfill
1 parent be77779 commit d4b673f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

MyApp/Pages/Shared/_Layout.cshtml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
</script>
2323
<link rel="stylesheet" href="/css/app.css">
2424
@await RenderSectionAsync("Head", required: false)
25-
26-
<script async src="https://ga.jspm.io/npm:[email protected]/dist/es-module-shims.js"></script>
2725
@Html.ImportMap(new()
2826
{
2927
["app.mjs"] = ("/mjs/app.mjs", "/mjs/app.mjs"),

0 commit comments

Comments
 (0)