Is there anyway to use different layouts for different routes?
I am using Refine with Next (app router). I know you can define your own layouts, but is it possible to have multiple routes but under the Refine component each route using its own layout, so I can still be able to use Refine hooks and components wherever I need.
I hope someone can point me in the right direction for this.
Some of the documentation I read through:
https://refine.dev/docs/packages/documentation/routers/nextjs/#app-directory for using app router
https://refine.dev/docs/api-reference/antd/components/antd-themed-layout/#usage for using themed layouts
https://refine.dev/docs/packages/documentation/routers/nextjs/#how-to-use-multiple-layouts for using multiple layouts but I am unsure how to use it inside refine for specific routes.
I hope someone can point me in the right direction for this.
Some of the documentation I read through:
https://refine.dev/docs/packages/documentation/routers/nextjs/#app-directory for using app router
https://refine.dev/docs/api-reference/antd/components/antd-themed-layout/#usage for using themed layouts
https://refine.dev/docs/packages/documentation/routers/nextjs/#how-to-use-multiple-layouts for using multiple layouts but I am unsure how to use it inside refine for specific routes.
