reorg
This commit is contained in:
parent
c8d58db08a
commit
6af9d8619f
6 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
import RecipeCard from "../components/RecipeCard.tsx"
|
||||
import { useParams } from "react-router-dom";
|
||||
import { useState, useEffect } from "react";
|
||||
import { getRecipeById } from "../services/backend.js";
|
||||
import { getRecipeById } from "../services/frontendApi.js";
|
||||
import { type Recipe } from "../types/Recipe"
|
||||
|
||||
function RecipePage() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue