Skip to content

Commit

Permalink
Fix import statement in Chat.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
devashish2024 committed Apr 11, 2024
1 parent b0ca3b6 commit 43a6448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Chat.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"use client";
"use client";

// Images
import user from "/public/img/user.png";
Expand Down

0 comments on commit 43a6448

Please sign in to comment.