Restore React client source, add hall-to-hall navigation via painting influences grouped by movement, and update documentation. Co-authored-by: Cursor <cursoragent@cursor.com>
9 lines
123 B
TypeScript
9 lines
123 B
TypeScript
import HomePage from './pages/HomePage'
|
|
import './index.css'
|
|
|
|
function App() {
|
|
return <HomePage />
|
|
}
|
|
|
|
export default App
|