From 04e637683d46247665869f1d29a0268a19aa739f Mon Sep 17 00:00:00 2001 From: Michael Fatemi Date: Sat, 10 Apr 2021 23:51:36 -0400 Subject: [PATCH] add starter PoolMap --- src/components/Pool.tsx | 3 +++ src/components/PoolMap.tsx | 24 +++++++++++++++++++++++- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/src/components/Pool.tsx b/src/components/Pool.tsx index 05813cf..c2db0a1 100644 --- a/src/components/Pool.tsx +++ b/src/components/Pool.tsx @@ -7,6 +7,7 @@ import Typography from '@material-ui/core/Typography'; import Comment from './Comment'; import { makeAPIGetCall, makeAPIPostCall } from '../api/utils'; import AuthenticationContext from './AuthenticationContext'; +import PoolMap from './PoolMap'; // eslint-disable-next-line const SAMPLE_POOL = { @@ -126,6 +127,8 @@ export default function Pool() { )}
+ +