6 lines
171 B
TypeScript
6 lines
171 B
TypeScript
import { renderEmptySearch } from "./EmptySearchQuestion";
|
|
|
|
const EmptySearchExclamation = () => renderEmptySearch("exclamation");
|
|
|
|
export default EmptySearchExclamation;
|