import { Recommendations as RecommendationsComponent } from '@assist/components/Recommendations'; import { Full } from './layouts/Full'; export const Recommendations = () => ( <Full> <RecommendationsComponent /> </Full> );