Start to whittle away at ViewportGrid comment

This commit is contained in:
dannyrb 2020-05-14 22:26:05 -04:00 committed by James A. Petts
parent 41c0b38bf7
commit 6fdf35b370

View File

@ -85,9 +85,6 @@ function ViewerLayout({
},
}}
>
<div className="flex justify-center items-center h-full">
CONTENT
</div>
</Viewport>,
<Viewport
viewportIndex={1}
@ -112,9 +109,6 @@ function ViewerLayout({
},
}}
>
<div className="flex justify-center items-center h-full">
CONTENT
</div>
</Viewport>,
]}
setActiveViewportIndex={setActiveViewportIndex}