feat: use logger

This commit is contained in:
2023-08-05 22:16:14 +02:00
parent 46cd823b6c
commit 32a7f89309
15 changed files with 99 additions and 37 deletions

View File

@@ -17,8 +17,6 @@ export default function Greet(props: PageProps<Movie>) {
const { author = "", date = "" } = movie.meta;
console.log(movie.description);
return (
<MainLayout url={props.url} title={`Movie > ${movie.name}`}>
<RecipeHero