mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-10 14:28:24 +02:00
chore: moved workspace selector to sidebar
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
import React from 'react';
|
||||
import dynamic from 'next/dynamic'
|
||||
import {
|
||||
Navbar,
|
||||
RequestTabs,
|
||||
Sidebar
|
||||
} from '@grafnode/components';
|
||||
@ -49,7 +48,6 @@ export default function Main() {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<Navbar />
|
||||
<StyledWrapper>
|
||||
<Sidebar
|
||||
collections={collections}
|
||||
@ -57,7 +55,7 @@ export default function Main() {
|
||||
dispatch={dispatch}
|
||||
activeRequestTabId={activeRequestTabId}
|
||||
/>
|
||||
<section className='mt-4 flex flex-grow flex-col'>
|
||||
<section className='flex flex-grow flex-col'>
|
||||
<RequestTabs
|
||||
requestTabs={requestTabs}
|
||||
actions={actions}
|
||||
|
Reference in New Issue
Block a user