feat: include inner panel in Nodes

main
Josue 4 years ago committed by Tsu-ba-me
parent ce56ad092b
commit ddc1d1593c
  1. 2
      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 (
<Panel>
<Text text="Nodes" />
<InnerPanel />
</Panel>
);
};

Loading…
Cancel
Save