Skip to content

Commit 0909def

Browse files
authored
Fix filename of groundwork's CSS file (#177)
1 parent b7b2797 commit 0909def

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/routes/__root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createRootRoute, Outlet } from "@tanstack/react-router";
22
import { SiteWrapper, Container } from "@usace/groundwork";
3-
import "@usace/groundwork/dist/style.css";
3+
import "@usace/groundwork/dist/groundwork.css";
44
import AuthButton from "../features/auth/AuthButton";
55

66
const navLinks = [

0 commit comments

Comments
 (0)