wppconnect-team / wppconnect-frontend

WPPConnect FrontEnd has been designed to demonstrate how multi-session works dynamically.
Apache License 2.0
232 stars 83 forks source link

Bug ao iniciar #683

Open robertoalmeida opened 11 months ago

robertoalmeida commented 11 months ago

Baixei o código e ao iniciar com npm start retornava o erro: module not found: error: can't resolve 'components/drawer'

Resolvi alterando o arquivo src/components/ChatPage/ConversasComponent/index.js na linha 23

De import {useDrawer} from "components/Drawer"; Para import {useDrawer} from "../../../components/Drawer";