Skip to content

Commit

Permalink
Fix casing error
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Nov 23, 2024
1 parent 5248bd1 commit 7c7e38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/ui/App/LeftBar.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import "minimal-polyfills/Object.fromEntries";
import { memo } from "react";
import { LeftBar as OnyxiaUiLeftBar, type LeftBarProps } from "oNyxia-ui/LeftBar";
import { LeftBar as OnyxiaUiLeftBar, type LeftBarProps } from "onyxia-ui/LeftBar";
import { useTranslation } from "ui/i18n";
import { useLogoContainerWidth } from "ui/shared/BrandHeaderSection";
import { useRoute, routes, urlToLink } from "ui/routes";
Expand Down

0 comments on commit 7c7e38c

Please sign in to comment.