fix: correct import paths in MealPlanPage component

This commit is contained in:
Nils-Johan Gynther
2026-04-16 19:38:25 +02:00
parent 1b82b02021
commit 88d3c4ad73
+3 -3
View File
@@ -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() {