Skip to content

Commit

Permalink
Update AppLayout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
adamborowski committed Jul 18, 2023
1 parent 6e7ad40 commit 5c29587
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/repositories/components/AppLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const AppLayout: FC<PropsWithChildren> = ({ children, ...rest }) => (
</Heading>
<ColorModeChange />
</Flex>
Balbabla
{children}
</Stack>
);

0 comments on commit 5c29587

Please sign in to comment.