Commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"workbench.colorTheme": "Default Dark Modern",
|
||||
"javascript.updateImportsOnFileMove.enabled": "always"
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
{"version":1,"resource":"vscode-remote:/home/bugattiguy527/.local/share/code-server/User/settings.json","entries":[{"id":"LtdN.json","timestamp":1732635057113}]}
|
||||
{"version":1,"resource":"vscode-remote:/home/bugattiguy527/.local/share/code-server/User/settings.json","entries":[{"id":"LtdN.json","timestamp":1732635057113},{"id":"ZieZ.json","timestamp":1732669893385}]}
|
||||
@@ -0,0 +1 @@
|
||||
{"version":1,"resource":"vscode-remote://coder.karmaashomepage.online/home/bugattiguy527/frontend/src/index.jsx","entries":[{"id":"j2LP.jsx","source":"Workspace Edit","timestamp":1732669894217},{"id":"XT6h.jsx","source":"Workspace Edit","timestamp":1732669904261}]}
|
||||
17
.local/share/code-server/User/History/a96a944/j2LP.jsx
Normal file
17
.local/share/code-server/User/History/a96a944/j2LP.jsx
Normal file
@@ -0,0 +1,17 @@
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom/client';
|
||||
import './index.css';
|
||||
import App from './App';
|
||||
import reportWebVitals from '../reportWebVitals';
|
||||
|
||||
const root = ReactDOM.createRoot(document.getElementById('root'));
|
||||
root.render(
|
||||
<React.StrictMode>
|
||||
<App />
|
||||
</React.StrictMode>
|
||||
);
|
||||
|
||||
// If you want to start measuring performance in your app, pass a function
|
||||
// to log results (for example: reportWebVitals(console.log))
|
||||
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
|
||||
reportWebVitals();
|
||||
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"workbench.colorTheme": "Default Dark Modern"
|
||||
"workbench.colorTheme": "Default Dark Modern",
|
||||
"javascript.updateImportsOnFileMove.enabled": "always"
|
||||
}
|
||||
17
frontend/src/index.jsx
Normal file
17
frontend/src/index.jsx
Normal file
@@ -0,0 +1,17 @@
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom/client';
|
||||
import './index.css';
|
||||
import App from './App';
|
||||
import reportWebVitals from './reportWebVitals';
|
||||
|
||||
const root = ReactDOM.createRoot(document.getElementById('root'));
|
||||
root.render(
|
||||
<React.StrictMode>
|
||||
<App />
|
||||
</React.StrictMode>
|
||||
);
|
||||
|
||||
// If you want to start measuring performance in your app, pass a function
|
||||
// to log results (for example: reportWebVitals(console.log))
|
||||
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
|
||||
reportWebVitals();
|
||||
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
Reference in New Issue
Block a user