chore: moved workspace selector to sidebar

This commit is contained in:
Anoop M D
2021-12-11 00:04:00 +05:30
parent 17e755123e
commit 6d71393069
4 changed files with 6 additions and 7 deletions

View File

@ -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}