Skip to content

Commit 414a041

Browse files
committed
fix: Corrected FluentUI CSS import path.
1 parent b4c5f8a commit 414a041

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BlazorApps/wwwroot/css/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css';
1+
@import '/_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css';
22

33
body {
44
--body-font: "Segoe UI Variable", "Segoe UI", sans-serif;

0 commit comments

Comments
 (0)