mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-18 00:18:09 +01:00
reorganize components and add root import plugin
This commit is contained in:
parent
faf8800e67
commit
9d41ed4615
27 changed files with 76 additions and 27 deletions
2
index.js
2
index.js
|
|
@ -2,7 +2,7 @@ import React from 'react';
|
|||
// import reactDom from 'react-dom'; ---> deprecated
|
||||
import { createRoot } from 'react-dom/client';
|
||||
import { Provider } from 'react-redux';
|
||||
import { store } from './store';
|
||||
import { store } from './src/store';
|
||||
import App from './src/App';
|
||||
import './src/style.css';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue