export default function LoadingScreen (data: { children?: any; }) { return
{data.children}
; }