CFE-27 fixed mui bugs

This commit is contained in:
AmirHossein Mahmoodi
2023-10-15 14:04:08 +03:30
parent e6914bb8ad
commit b7d60d687f
3 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
import CallTabPanel from "@/components/layouts/Dashboard/CallWidget/CallWidgetDialog/CallTabs/CallTabPanel";
import useAnswers from "@/lib/callWidget/hooks/useAnswers";
import CallTabsList from "@/components/layouts/Dashboard/CallWidget/CallWidgetDialog/CallTabs/callTabsList";
import CallTabsList from "src/components/layouts/Dashboard/CallWidget/CallWidgetDialog/CallTabs/CallTabsList";
const CallTabs = () => {
const {answersList} = useAnswers()