File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Expand file tree Collapse file tree 3 files changed +1
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
1
export { CoderIcon } from "./CoderIcon"
2
2
export { Logo } from "./Logo"
3
- export * from "./Logout"
4
3
export { WorkspacesIcon } from "./WorkspacesIcon"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { Link } from "react-router-dom"
10
10
import { UserResponse } from "../../../api/types"
11
11
import { BorderedMenu } from "../../BorderedMenu/BorderedMenu"
12
12
import { CloseDropdown , OpenDropdown } from "../../DropdownArrows/DropdownArrows"
13
- import { LogoutIcon } from "../../Icons"
13
+ import { LogoutIcon } from "../../Icons/LogoutIcon "
14
14
import { DocsIcon } from "../../Icons/DocsIcon"
15
15
import { UserAvatar } from "../../User"
16
16
import { UserProfileCard } from "../../User/UserProfileCard"
You can’t perform that action at this time.
0 commit comments