Skip to content

Commit

Permalink
chore: more import fixes 3
Browse files Browse the repository at this point in the history
  • Loading branch information
kayra1 committed Oct 18, 2024
1 parent d9fdc35 commit 5071759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useAuth } from "@/app/auth/authContext";
import UploadCSRAsidePanel from "@/app/(notary)/certificate_requests/asideForm";
import UploadUserAsidePanel from "@/app/(notary)/users/asideForm";
import { getStatus } from "@/queries"
import { ChangePasswordModalData, ChangePasswordModal, ChangePasswordModalContext } from "../app/(notary)/users/components";
import { ChangePasswordModalData, ChangePasswordModal, ChangePasswordModalContext } from "@/app/(notary)/users/components";

export function SideBar({ activePath, sidebarVisible, setSidebarVisible }: { activePath: string, sidebarVisible: boolean, setSidebarVisible: Dispatch<SetStateAction<boolean>> }) {
const auth = useAuth()
Expand Down

0 comments on commit 5071759

Please sign in to comment.