import React from "react"; export const LoadingMessage = () => { // !! KEEP THIS IN SYNC WITH index.html !! return (
{"Loading scene..."}
); };