Skip to content

Commit

Permalink
Update chatbot.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairyagothi committed Oct 9, 2024
1 parent 669d405 commit 994a1a8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions frontend/src/components/chatbot.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import React from 'react'

const chatbot = () => {
return (
<div>chatbot</div>
)
}

export default chatbot

0 comments on commit 994a1a8

Please sign in to comment.