From 3ba32ebb4fff5fd918ea8afff45def76e0034536 Mon Sep 17 00:00:00 2001 From: platschi Date: Fri, 9 Jun 2023 16:31:23 -0300 Subject: [PATCH] fix: lint warning --- sections/shared/Layout/AppLayout/Footer.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/sections/shared/Layout/AppLayout/Footer.tsx b/sections/shared/Layout/AppLayout/Footer.tsx index ebcefa1491..30efd60447 100644 --- a/sections/shared/Layout/AppLayout/Footer.tsx +++ b/sections/shared/Layout/AppLayout/Footer.tsx @@ -8,7 +8,6 @@ import { FOOTER_HEIGHT } from 'styles/common'; import GitHashID from './GitHashID'; import OperationStatus from './OperationStatus'; -import ChatRoom from 'components/ChatRoom/ChatRoom'; const Footer = () => { return (