Skip to content

Conversation

capellari
Copy link

fixing wrong import of Chat component
import_success
wrong_import

@fabriciorissetto
Copy link

Just faced the same problem here

@rafaelsagastume
Copy link

The problem is import casing for Chat component on case-sensitive filesystems

On Linux and other case-sensitive environments, importing from "@/components/chat" fails because the filename is Chat.tsx.
Updated the import in page.tsx from:
Ensures the Chat component loads correctly on all platforms.

This change would greatly assist those new to the project.

@znanfelt
Copy link

This fixes: #12

Copy link
Contributor

@Fatima367 Fatima367 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixing this typo

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

Successfully merging this pull request may close these issues.

5 participants