Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinay Sanwal authored and Vinay Sanwal committed Oct 3, 2024
1 parent db45099 commit 1d93a8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions layouts/GeneralLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ import MobileBottomNav from 'components/MobileBottomNav/MobileBottomNav'
const GeneralLayout = ({ children }: { children: ReactNode }) => {
const { sidebar } = useContext<IContext>(GlobalContext)


//Todo

return (
<>
<SkipLink />
Expand Down

0 comments on commit 1d93a8e

Please sign in to comment.