diff --git a/src-web/App.tsx b/src-web/App.tsx index 6a1572c5..d3f18c35 100644 --- a/src-web/App.tsx +++ b/src-web/App.tsx @@ -7,6 +7,9 @@ import { WindowDragRegion } from './components/WindowDragRegion'; import { IconButton } from './components/IconButton'; import { Sidebar } from './components/Sidebar'; import { UrlBar } from './components/UrlBar'; +import { Input } from './components/Input'; +import { Button } from './components/Button'; +import { Grid } from './components/Grid'; interface Response { url: string; @@ -63,44 +66,49 @@ function App() { - - -
Send Request
- -
- - - {error &&
{error}
} - {response !== null && ( - <> -
- {response?.method.toUpperCase()} -  •  - {response?.status} -  •  - {response?.elapsed}ms  •  - {response?.elapsed2}ms -
- {contentType.includes('html') ? ( -