Skip to content

Commit

Permalink
Create App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Aug 7, 2024
1 parent fc18eed commit b1f5bf2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions projects/PiWalletBot/client/containers/App.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import React from 'react';
import ChatWindow from '../components/ChatWindow';

const App = () => {
return (
<div className="app">
<ChatWindow />
</div>
);
};

export default App;

0 comments on commit b1f5bf2

Please sign in to comment.