WNomunomu 2 лет назад
Родитель
Сommit
5a2292de00
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      apps/app/src/components/Layout/BasicLayout.tsx

+ 0 - 2
apps/app/src/components/Layout/BasicLayout.tsx

@@ -8,7 +8,6 @@ import { Sidebar } from '../Sidebar';
 
 import { RawLayout } from './RawLayout';
 
-
 const AlertSiteUrlUndefined = dynamic(() => import('../AlertSiteUrlUndefined').then(mod => mod.AlertSiteUrlUndefined), { ssr: false });
 const DeleteAttachmentModal = dynamic(() => import('../PageAttachment/DeleteAttachmentModal').then(mod => mod.DeleteAttachmentModal), { ssr: false });
 const HotkeysManager = dynamic(() => import('../Hotkeys/HotkeysManager'), { ssr: false });
@@ -32,7 +31,6 @@ type Props = {
 }
 
 export const BasicLayout = ({ children, className }: Props): JSX.Element => {
-
   return (
     <RawLayout className={className ?? ''}>
       <DndProvider backend={HTML5Backend}>