import { NoResultsProps } from "@/types/proptypes"; import Moogle from "@/components/Moogle"; import SearchForm from "@/components/SearchForm"; import classes from "./noresults.module.css"; const NoResults = ({ searchQuery }: NoResultsProps) => { return (