Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Jul 29, 2024
1 parent ecddde0 commit e59a766
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui2/src/components/NavBar/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import {
import {selectNavBarCollapsed} from "@/slices/navBar"

import type {User} from "@/types.ts"
import NavBarCss from "./NavBar.module.css"

function NavBarFull() {
const user = useSelector(selectCurrentUser) as User
Expand Down

0 comments on commit e59a766

Please sign in to comment.