mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
5 lines
171 B
TypeScript
5 lines
171 B
TypeScript
import { renderEmptySearch } from "./EmptySearchQuestion";
|
|
|
|
const EmptySearchExclamation = () => renderEmptySearch("exclamation");
|
|
|
|
export default EmptySearchExclamation;
|