Skip to content

Commit

Permalink
Refactors protolib imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarlosn committed Jul 5, 2024
1 parent 84f7fde commit 9b5ef49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/app/layout/SessionInfo.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { HeaderLink, useSession } from "protolib";
import { useSession } from "protolib/lib/Session";
import { HeaderLink } from 'protolib/components/HeaderLink';

export default function SessionInfo() {
const [session] = useSession();
Expand Down

0 comments on commit 9b5ef49

Please sign in to comment.