Skip to content

Commit

Permalink
import .css file (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
melkent committed Nov 28, 2024
1 parent 96b4fc3 commit 7426b3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.child-container {
margin-left: 200px;
margin-left: 140px;
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { AppBar } from "../AppBar/AppBar"
import { Navbar } from "../Navbar/Navbar"
import "./NavContentWrapper.css"

/**
* Wraps the child component in the side navigation bar and the top application bar.
Expand Down

0 comments on commit 7426b3f

Please sign in to comment.