fleet/frontend/components/graphics/EmptySearchExclamation.tsx
2024-08-14 11:41:56 -04:00

5 lines
171 B
TypeScript

import { renderEmptySearch } from "./EmptySearchQuestion";
const EmptySearchExclamation = () => renderEmptySearch("exclamation");
export default EmptySearchExclamation;