Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Bug ao iniciar #683

Open
robertoalmeida opened this issue Jul 22, 2023 · 0 comments
Open

Bug ao iniciar #683

robertoalmeida opened this issue Jul 22, 2023 · 0 comments

Comments

@robertoalmeida
Copy link

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";

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant