Skip to content

Commit

Permalink
fix: remove double exported type
Browse files Browse the repository at this point in the history
  • Loading branch information
thraizz committed Dec 17, 2023
1 parent a969527 commit e195c1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/SessionContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ const SessionProvider: React.FC<PropsWithChildren> = ({ children }) => {
);
};

export { GolfSwingData, SessionContext, SessionProvider };

export { SessionContext, SessionProvider };

0 comments on commit e195c1a

Please sign in to comment.