import React from 'react' export default function StatusBar({ theme, active, timing, brand }) { return (
) }