Implemented NPM package.json functionality

This commit is contained in:
2025-04-15 01:47:47 -06:00
parent ae445245a7
commit 3ff9e6a369
3 changed files with 37 additions and 15 deletions

View File

@ -9,16 +9,10 @@ import "normalize.css/normalize.css";
import './Borealis.css'; // Global Theming for All of Borealis
import App from './App.jsx';
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();
);