3
1
TS email-db.ts M ×
TS App.tsx ×
{ } App.css ×
TS util.ts ×
Thariq Shihipar, last month | 1 author (Thariq Shihipar)
1 import { MemoryRouter as Router, Routes, Route } from 'react-router-dom';
2 import ChatInterface from './components/ChatInterface';
3 import './App.css';
4
5 export default function App() {
6 return (
7 <Router>
8 <Routes>
9 <Route path="/" element={<ChatInterface />} />
10 </Routes>
11 </Router>
12 );
13 }
14
main*
🔄
🔗
Launchpad
0 0
Amazon Q
-- INSERT --
🔔
Ln 14, Col 1
Spaces: 2
UTF-8
LF
{ } TypeScript JSX
📋