mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
6 lines
153 B
TypeScript
6 lines
153 B
TypeScript
|
|
import { renderEmptySearch } from "./EmptySearchQuestion";
|
||
|
|
|
||
|
|
const EmptySearchCheck = () => renderEmptySearch("check");
|
||
|
|
|
||
|
|
export default EmptySearchCheck;
|