mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-05 18:18:51 +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
5
index.js
Normal file
5
index.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import React from 'react';
|
||||
import reactDom from 'react-dom';
|
||||
import App from './src/App';
|
||||
|
||||
reactDom.render(<App />, document.getElementById('root'));
|
||||
Loading…
Add table
Add a link
Reference in a new issue