import clsx from 'clsx'; import { Settings } from 'lucide-react'; import { Icon } from '@@/Icon'; import styles from './ViewLoading.module.css'; interface Props { message?: string; } export function ViewLoading({ message }: Props) { return (