Error: useState only works in Client Components. Add the "use client" directive at the top of the file to use it. Read more: https://nextjs.org/docs/messages/react-client-hook-in-server-component. Do I have to scrap the layout file and put everyting into _app or is there a cleaner solution?