Files
Art-gallery/client/src/App.tsx
T
Danila KhodjaefandCursor 08f99d7a29 Redesign 3D gallery as single hall per artist with exit navigation.
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>
2026-06-19 10:10:13 +03:00

9 lines
123 B
TypeScript

import HomePage from './pages/HomePage'
import './index.css'
function App() {
return <HomePage />
}
export default App