+
+
+
+
+
![]({connect})
+
+
+ )
}
diff --git a/net/web/src/User/User.styled.js b/net/web/src/User/User.styled.js
new file mode 100644
index 00000000..4bc3fa1f
--- /dev/null
+++ b/net/web/src/User/User.styled.js
@@ -0,0 +1,34 @@
+import { Input, Button, Spin } from 'antd';
+import styled from 'styled-components';
+
+export const UserWrapper = styled.div`
+ display: flex;
+ flex-direction: row;
+ width: 100%;
+ height: 100%;
+ background-color: #f6f5ed;
+
+ .listing {
+ width: 30%;
+ height: 100%;
+ max-width: 300px;
+ min-width: 200px;
+ border: 1px solid #8fbea7;
+ }
+
+ .canvas {
+ display: flex;
+ flex-grow: 1;
+ height: 100%;
+ border: 1px solid #8fbea7;
+ align-items: center;
+ justify-content: center;
+ }
+
+ .connect {
+ width: 33%;
+ height: 33%;
+ object-fit: contain;
+ }
+`;
+
diff --git a/net/web/src/User/useUser.hook.js b/net/web/src/User/useUser.hook.js
index c2dc086c..239de300 100644
--- a/net/web/src/User/useUser.hook.js
+++ b/net/web/src/User/useUser.hook.js
@@ -9,6 +9,8 @@ export function useUser() {
const navigate = useNavigate();
const app = useContext(AppContext);
+console.log(app);
+
const actions = {
onLogout: async () => {
app.actions.logout()
diff --git a/net/web/src/connect.png b/net/web/src/connect.png
new file mode 100644
index 00000000..ed6c4557
Binary files /dev/null and b/net/web/src/connect.png differ