/** * @license * SPDX-License-Identifier: Apache-2.0 */ import React from 'react'; export default function LoadingSpinner() { return (

Crafting your content...

); }