+ {code}
+
+ );
+};
+
+export default CodeBlock;
diff --git a/frontend/src/components/Header.tsx b/frontend/src/components/Header.tsx
new file mode 100644
index 0000000..ab770cd
--- /dev/null
+++ b/frontend/src/components/Header.tsx
@@ -0,0 +1,27 @@
+import React from "react";
+import { Link } from "react-router-dom";
+
+interface HeaderProps {
+ row?: JSX.Element
+}
+
+const Header = (props: HeaderProps) => {
+ const { row } = props;
+
+ return (
+ <>
+
+ + {dayjs(request.timestamp).format("MMM DDD YYYY, HH:mm:ss.SSS")}{" "} + ({dayjs(request.timestamp).fromNow()}) +
+Host: {url.host}
+Path: {url.pathname}
+ {url.search && ( +{key}:{" "} + + {url.searchParams.get(key)} + +
+ >)} + > +{key} | +{request.headers[key]} | +