diff --git a/striker-ui/components/Nodes.tsx b/striker-ui/components/Nodes.tsx index 106bfe37..e6a21ef1 100644 --- a/striker-ui/components/Nodes.tsx +++ b/striker-ui/components/Nodes.tsx @@ -1,3 +1,4 @@ +import InnerPanel from './InnerPanel'; import Panel from './Panel'; import Text from './Text/HeaderText'; @@ -5,6 +6,7 @@ const Nodes = (): JSX.Element => { return ( + ); };