diff --git a/striker-ui/components/SharedStorage.tsx b/striker-ui/components/SharedStorage.tsx index 56f5106e..fa99fb9b 100644 --- a/striker-ui/components/SharedStorage.tsx +++ b/striker-ui/components/SharedStorage.tsx @@ -1,10 +1,22 @@ +import { Grid } from '@material-ui/core'; +import InnerPanel from './InnerPanel'; import Panel from './Panel'; -import Text from './Text/HeaderText'; +import { HeaderText, BodyText } from './Text'; const SharedStorage = (): JSX.Element => { return ( - + + + + + + + + + + + ); };