Where would you put a forms folder in a react project
I’m using a Vite React app and Shadcn has a component library. I’d like to make a folder for forms because logins and other stuff can get quite messy and clutter up a component page. Where do you think would be the best place to put a forms folder? Right now I have it inside of components along with Shad’s ui folder and my other custom written components.