fix: correct import paths in MealPlanPage component
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { fetchJson } from '../../../lib/api';
|
import { fetchJson } from '../../lib/api';
|
||||||
import type { Recipe } from '../../../features/inventory/types';
|
import type { Recipe } from '../../features/inventory/types';
|
||||||
import Navigation from '../../Navigation';
|
import Navigation from '../Navigation';
|
||||||
import MealPlanClient from './MealPlanClient';
|
import MealPlanClient from './MealPlanClient';
|
||||||
|
|
||||||
export default async function MealPlanPage() {
|
export default async function MealPlanPage() {
|
||||||
|
|||||||
Reference in New Issue
Block a user