• This project
    • Loading...
  • Sign in

황선혁 / weather_chatbot

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • weather_chatbot
  • client
  • src
  • routes
  • chatroom.jsx
  • Eric Whale's avatar
    Add routes using react-router package · f60a10fb
    f60a10fb
    Eric Whale authored 2022-05-17 16:01:06 +0900
chatroom.jsx 116 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
function Chatroom() {
  return (
    <div>
      <h1>Chatroom page</h1>
    </div>
  );
}

export default Chatroom;