Init
This commit is contained in:
10
src/components/StatusBar/StatusBar.jsx
Normal file
10
src/components/StatusBar/StatusBar.jsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import './style.css';
|
||||
import KernelStatus from '../KernelStatus/KernelStatus.jsx';
|
||||
|
||||
export default function StatusBar({ links }) {
|
||||
return (
|
||||
<div class="status-bar">
|
||||
<KernelStatus />Kernel ready • {links.length} links loaded • Ready for interaction
|
||||
</div>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user