fix main components on desktop

This commit is contained in:
vchikalkin 2024-07-02 17:47:23 +03:00
parent 29fdb70509
commit 3661b468d5

View File

@ -67,9 +67,9 @@ export function Content({ initHooks, title }: ContentProps) {
</Media>
<Media greaterThanOrEqual="laptop">
<Layout>
{tabs.map(({ Component, key }) => (
<Component key={key} />
))}
<Form />
<Settings />
<Output />
</Layout>
</Media>
</>