Skip to content

Commit

Permalink
Fix linting after auto-collapse changes
Browse files Browse the repository at this point in the history
  • Loading branch information
canmingir committed Jun 3, 2024
1 parent 8a9051a commit 2103b72
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/containers/Chat/Chat.jsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import { Box } from "@mui/material";
import ChatMenu from "../../widgets/ChatMenu";
import Onboarding from "./Onboarding";
import { Outlet } from "react-router-dom"; // eslint-disable-line
import Settings from "../../settings";
import routes from "../../routes";
import { storage } from "@nucleoidjs/webstorage";
import styles from "./styles";
import { v4 as uuid } from "uuid";

import { Box, useMediaQuery, useTheme } from "@mui/material";
import React, { useEffect } from "react";
import { publish, useEvent } from "@nucleoidai/react-event";
import { useNavigate, useParams } from "react-router-dom";
Expand Down

0 comments on commit 2103b72

Please sign in to comment.