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