+
Session for {clientId}
+
+ {submitted &&
}
+
+
+
+
+
+ )
}
diff --git a/client/src/pages/SessionPictures.tsx b/client/src/pages/SessionPictures.tsx
new file mode 100644
index 0000000..5487df7
--- /dev/null
+++ b/client/src/pages/SessionPictures.tsx
@@ -0,0 +1,29 @@
+import React, { useEffect, useState } from 'react'
+import { getSession } from '../api'
+
+type Props = {
+ clientId: string
+}
+
+export const SessionPictures = ({ clientId }: Props) => {
+ const [pics, setPics] = useState