Try adding a new page to /admin to the apps/web next.js website.

It should use a simple Admin component from packages/ui

Steps to follow -

<aside> 💡 You can also use the packages/ui/turbo/generators to quickly bootstrap a new component Try running npx gen react-component and notice it’ll do step 1, 2, 3 for you in one cli call

</aside>