diff --git a/frontend/app/matplan/page.tsx b/frontend/app/matplan/page.tsx index fc143c72..1dba271f 100644 --- a/frontend/app/matplan/page.tsx +++ b/frontend/app/matplan/page.tsx @@ -1,6 +1,6 @@ -import { fetchJson } from '../../../lib/api'; -import type { Recipe } from '../../../features/inventory/types'; -import Navigation from '../../Navigation'; +import { fetchJson } from '../../lib/api'; +import type { Recipe } from '../../features/inventory/types'; +import Navigation from '../Navigation'; import MealPlanClient from './MealPlanClient'; export default async function MealPlanPage() {