remove a non existing reference to an invalid css.

This commit is contained in:
2026-04-13 20:34:30 +05:00
parent bd3827bb41
commit a8b13d1120
@@ -17,7 +17,6 @@
</script> </script>
<link rel="stylesheet" href="_content/Enciphered.Blazor.UIComponents/css/app.css" /> <link rel="stylesheet" href="_content/Enciphered.Blazor.UIComponents/css/app.css" />
<link rel="stylesheet" href="@Assets["css/app.css"]" /> <link rel="stylesheet" href="@Assets["css/app.css"]" />
<link rel="stylesheet" href="@Assets["Enciphered.Blazor.UIComponents.Demo.styles.css"]" />
<ImportMap /> <ImportMap />
<link rel="icon" type="image/svg+xml" href="enci_white.svg" /> <link rel="icon" type="image/svg+xml" href="enci_white.svg" />
<HeadOutlet /> <HeadOutlet />