mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-23 11:50:14 +01:00
adds tailwindcss
This commit is contained in:
parent
74232d7671
commit
0fb3a1cab3
9 changed files with 3020 additions and 7 deletions
1
index.js
1
index.js
|
|
@ -1,5 +1,6 @@
|
|||
import React from 'react';
|
||||
import reactDom from 'react-dom';
|
||||
import App from './src/App';
|
||||
import './src/style.css';
|
||||
|
||||
reactDom.render(<App />, document.getElementById('root'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue