import { getMenu } from 'lib/shopify'; import { ReactNode } from 'react'; import { fetchMakes, fetchModels, fetchYears } from './actions'; import FiltersList from './filters-list'; const YMMFiltersContainer = ({ children }: { children: ReactNode }) => { return (
Find Your Car Part
{children}