Explorar o código

Initial commit next recipes

Tatiana Inama %!s(int64=5) %!d(string=hai) anos
pai
achega
01a2df35ea
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      next-recipes/pages/recipes.tsx

+ 1 - 0
next-recipes/pages/recipes.tsx

@@ -4,6 +4,7 @@ import { Recipe } from "types/recipes";
 import { Subtitle } from 'components/Typography';
 import RecipeItem from "components/RecipeItem";
 import { TextInput } from "@/components/Forms";
+import { Button } from "@/components/Button";
 
 export const getStaticProps = async () => {
   const res = await fetch("http://localhost:3000/recipes/all/");