import React from 'react'; type Props = { bootActive: boolean; }; export default function BootScreen({ bootActive }: Props) { return (
BlackRoad OS
BR‑95 Edition · Safe Passage Through The Chaos
System Loading
); }