fix main components on desktop
This commit is contained in:
parent
29fdb70509
commit
3661b468d5
@ -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>
|
||||
</>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user