浏览代码

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/");