Skip to content

Commit

Permalink
Update src/components/organisms/AppRouter/Provided.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Glenn 'devalias' Grant <glenn@devalias.net>
  • Loading branch information
goran-peoski-work and 0xdevalias authored Jul 12, 2021
1 parent ecbb55d commit 51441e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/organisms/AppRouter/Provided.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
interface EmptyProviderProps {
venueId?: string;
}

const EmptyProvider: React.FC<EmptyProviderProps> = ({ children }) => {
return <>{children}</>;
};
Expand Down

0 comments on commit 51441e1

Please sign in to comment.