Closed alishav14 closed 5 days ago
Created the home page layout, where the sidebar width is constant and dashboard width is flexible in app/components/templates/HomePageLayout.tsx
app/components/templates/HomePageLayout.tsx
Navigate to http://localhost:3000/ after running yarn run dev Then, you will be able to see the layout we made for the sidebar and dashboard.
yarn run dev
app/page.tsx
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Description
Created the home page layout, where the sidebar width is constant and dashboard width is flexible in
app/components/templates/HomePageLayout.tsx
Testing
Navigate to http://localhost:3000/ after running
yarn run dev
Then, you will be able to see the layout we made for the sidebar and dashboard.Notes
app/page.tsx
(which can be seen in the testing)