refactor folder structure

This commit is contained in:
nflnkr 2023-03-29 13:31:02 +03:00
parent f567dcf4ec
commit e553f697e5
5 changed files with 2 additions and 2 deletions

@ -1,7 +1,7 @@
import { Box, useMediaQuery, useTheme } from "@mui/material";
import Chat from "./Chat";
import Chat from "./Chat/Chat";
import Collapse from "./Collapse";
import TicketList from "./TicketList";
import TicketList from "./TicketList/TicketList";
export default function Support() {