// __SDEFILE__ - This file is a dependency for the stand-alone environment export const Spinner = ({ className = 'h-6 w-6 animate-spin' }) => ( ) export const Loading = () => ( )