summaryrefslogtreecommitdiff
path: root/Pages
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-09-02 14:10:54 +1000
committerJake Mannens <jake@asger.xyz>2023-09-02 14:10:54 +1000
commitbb999e10ac4f080cb2a4c3bdf3cba04c7d214f3a (patch)
treeadc6196fe8c1aa4b9d4e8114b82ba00f1b0b7d57 /Pages
parent06c0d323539807b94c6f1f7ca19e459563c7db28 (diff)
Remove BlazorInputFile package
Diffstat (limited to 'Pages')
-rw-r--r--Pages/_Host.cshtml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Pages/_Host.cshtml b/Pages/_Host.cshtml
index e519d57..e01b94d 100644
--- a/Pages/_Host.cshtml
+++ b/Pages/_Host.cshtml
@@ -12,7 +12,6 @@
<link href="/styles/global.css" rel="stylesheet" />
<link href="/favicon.ico" rel="icon" />
<link href="/manifest.webmanifest" rel="manifest" />
- <script src="~/_content/BlazorInputFile/inputfile.js"></script>
<component type="typeof(HeadOutlet)" render-mode="ServerPrerendered" />
</head>
<body>