Skip to content

Commit

Permalink
Fix warning that block build
Browse files Browse the repository at this point in the history
Related to instructlab#251

Signed-off-by: Michael Scherer <[email protected]>
  • Loading branch information
mscherer committed Nov 8, 2024
1 parent 3505d83 commit 4d6a4ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/collaborate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ const Collaborate = () => {
return null;
};

export default Collaborate;
export default Collaborate;

0 comments on commit 4d6a4ac

Please sign in to comment.