Hi,
I am designing a dashboard, and I wonder if I can reuse my layout component, which has a sidebar, header, and a frame for content.
On every page, I’m gonna use the same layout instance. But I can’t drop a new instance into the content frame unless I detach the layout instance.
Where am I wrong?