import React from 'react'; type Props = { bootActive: boolean; }; export default function BootScreen({ bootActive }: Props) { return (