diff --git a/src/components/Recipe.astro b/src/components/Recipe.astro
index 0243480..c28dcb5 100644
--- a/src/components/Recipe.astro
+++ b/src/components/Recipe.astro
@@ -5,6 +5,7 @@ import { getRelativeLocaleUrl } from 'astro:i18n'
import { commonMessages } from '@/i18n/locales/common/en'
import { createPropertyFormatters } from '@/i18n/utils'
+
import Author from './Author.astro'
import RecipeProperties from './RecipeProperties.astro'
@@ -59,13 +60,13 @@ const timerHref = getRelativeLocaleUrl(locale, `/recipes/${recipe.method}/${name
}