From 9b5532469fc74f6499ae99f1a9482c6e47541673 Mon Sep 17 00:00:00 2001 From: Jared He <66887902+jaredjhe@users.noreply.github.com> Date: Wed, 16 Mar 2022 20:30:49 -0400 Subject: [PATCH] Add titles --- components/List.tsx | 2 +- pages/playground.tsx | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/components/List.tsx b/components/List.tsx index da6d5c3..cc66315 100644 --- a/components/List.tsx +++ b/components/List.tsx @@ -2,7 +2,7 @@ import React from "react"; import { SimpleBook } from "../lib/books"; -export default function Detail(props: Props) { +export default function List(props: Props) { return (