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 1c4954a commit 4eb1c78
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
Expand Up @@ -9,7 +9,7 @@ import { useState } from "react";

// HTML/Markdown Rendering
import { remark } from "remark";
import {html} from "remark-html";
import html from "remark-html";

// NavBar
import { NavBar } from "./NavBar.jsx";
Expand Down

0 comments on commit 4eb1c78

Please sign in to comment.