switched to vite instead of create-react-app to stayed updated in packages

This commit is contained in:
Carter 2024-10-21 14:32:25 -06:00
parent f1b0b6286b
commit 7fe654a0e5
20 changed files with 1526 additions and 17864 deletions

View file

@ -1,18 +0,0 @@
import React from 'react';
import logo from './logo.svg';
import './App.css';
function App() {
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Welcome to the Adaptive app (coming soon)
</p>
</header>
</div>
);
}
export default App;