fleet/frontend/components/graphics/EmptySearchCheck.tsx

6 lines
153 B
TypeScript
Raw Normal View History

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