Explorar o código

deactivate sidebar

Yuki Takei %!s(int64=3) %!d(string=hai) anos
pai
achega
71f1be672c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      packages/app/src/components/Layout/BasicLayout.tsx

+ 2 - 2
packages/app/src/components/Layout/BasicLayout.tsx

@@ -3,7 +3,7 @@ import React, { ReactNode } from 'react';
 import dynamic from 'next/dynamic';
 
 import { GrowiNavbar } from '../Navbar/GrowiNavbar';
-import Sidebar from '../Sidebar';
+// import Sidebar from '../Sidebar';
 
 import { RawLayout } from './RawLayout';
 
@@ -43,7 +43,7 @@ export const BasicLayout = ({
 
       <div className="page-wrapper d-flex d-print-block">
         <div className="grw-sidebar-wrapper">
-          <Sidebar />
+          {/* <Sidebar /> */}
         </div>
 
         <div className="flex-fill mw-0" style={{ position: 'relative' }}>