mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-02 16:48:50 +01:00
initial commit, project is ready to start
This commit is contained in:
parent
466dd01327
commit
74232d7671
9 changed files with 14845 additions and 0 deletions
7
src/App.js
Normal file
7
src/App.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import React from 'react';
|
||||
|
||||
const App = () => {
|
||||
return <h1>Welcome to React App thats build using Webpack and Babel separately</h1>;
|
||||
};
|
||||
|
||||
export default App;
|
||||
Loading…
Add table
Add a link
Reference in a new issue