Create a new route for the content-panel.
Add page.tsx.
Here we would need one slug route, for individual blog. Keep in mind we we have more dynamic routes in the future in the content panel.
The main page.tsx in the content-panel directory will have two tabs: Blogs, Tags. By default we would show the Blogs Section. Each section would consist of a table.
(Integrating the tables would be another ticket)
Create a new route for the content-panel. Add page.tsx. Here we would need one slug route, for individual blog. Keep in mind we we have more dynamic routes in the future in the content panel. The main page.tsx in the content-panel directory will have two tabs: Blogs, Tags. By default we would show the Blogs Section. Each section would consist of a table. (Integrating the tables would be another ticket)