Procházet zdrojové kódy

Initial commit next recipes

Tatiana Inama před 5 roky
rodič
revize
01a2df35ea
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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/");