diff --git a/.local/share/code-server/User/History/-17126102/ZieZ.json b/.local/share/code-server/User/History/-17126102/ZieZ.json new file mode 100644 index 00000000..4c9e146c --- /dev/null +++ b/.local/share/code-server/User/History/-17126102/ZieZ.json @@ -0,0 +1,4 @@ +{ + "workbench.colorTheme": "Default Dark Modern", + "javascript.updateImportsOnFileMove.enabled": "always" +} \ No newline at end of file diff --git a/.local/share/code-server/User/History/-17126102/entries.json b/.local/share/code-server/User/History/-17126102/entries.json index 6c1ab876..f1d240ff 100644 --- a/.local/share/code-server/User/History/-17126102/entries.json +++ b/.local/share/code-server/User/History/-17126102/entries.json @@ -1 +1 @@ -{"version":1,"resource":"vscode-remote:/home/bugattiguy527/.local/share/code-server/User/settings.json","entries":[{"id":"LtdN.json","timestamp":1732635057113}]} \ No newline at end of file +{"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}]} \ No newline at end of file diff --git a/frontend/index.jsx b/.local/share/code-server/User/History/a96a944/XT6h.jsx similarity index 100% rename from frontend/index.jsx rename to .local/share/code-server/User/History/a96a944/XT6h.jsx diff --git a/.local/share/code-server/User/History/a96a944/entries.json b/.local/share/code-server/User/History/a96a944/entries.json new file mode 100644 index 00000000..893f175b --- /dev/null +++ b/.local/share/code-server/User/History/a96a944/entries.json @@ -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}]} \ No newline at end of file diff --git a/.local/share/code-server/User/History/a96a944/j2LP.jsx b/.local/share/code-server/User/History/a96a944/j2LP.jsx new file mode 100644 index 00000000..0aeea763 --- /dev/null +++ b/.local/share/code-server/User/History/a96a944/j2LP.jsx @@ -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( + + + +); + +// 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(); diff --git a/.local/share/code-server/User/settings.json b/.local/share/code-server/User/settings.json index e8aab8b4..4c9e146c 100644 --- a/.local/share/code-server/User/settings.json +++ b/.local/share/code-server/User/settings.json @@ -1,3 +1,4 @@ { - "workbench.colorTheme": "Default Dark Modern" + "workbench.colorTheme": "Default Dark Modern", + "javascript.updateImportsOnFileMove.enabled": "always" } \ No newline at end of file diff --git a/frontend/App.css b/frontend/src/App.css similarity index 100% rename from frontend/App.css rename to frontend/src/App.css diff --git a/frontend/App.jsx b/frontend/src/App.jsx similarity index 100% rename from frontend/App.jsx rename to frontend/src/App.jsx diff --git a/frontend/index.css b/frontend/src/index.css similarity index 100% rename from frontend/index.css rename to frontend/src/index.css diff --git a/frontend/src/index.jsx b/frontend/src/index.jsx new file mode 100644 index 00000000..d563c0fb --- /dev/null +++ b/frontend/src/index.jsx @@ -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( + + + +); + +// 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(); diff --git a/frontend/logo.svg b/frontend/src/logo.svg similarity index 100% rename from frontend/logo.svg rename to frontend/src/logo.svg diff --git a/frontend/reportWebVitals.js b/frontend/src/reportWebVitals.js similarity index 100% rename from frontend/reportWebVitals.js rename to frontend/src/reportWebVitals.js diff --git a/frontend/setupTests.js b/frontend/src/setupTests.js similarity index 100% rename from frontend/setupTests.js rename to frontend/src/setupTests.js