ソースを参照

Initial commit next recipes

Tatiana Inama 5 年 前
コミット
01a2df35ea
1 ファイル変更1 行追加0 行削除
  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/");