mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-05 16:06:15 +02:00
style: prefer named exports
This commit is contained in:
@@ -10,7 +10,7 @@ interface SEOProps {
|
||||
readonly title: string
|
||||
}
|
||||
|
||||
function SEO({
|
||||
export function SEO({
|
||||
description,
|
||||
lang = "en",
|
||||
meta = [],
|
||||
@@ -86,5 +86,3 @@ function SEO({
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
export default SEO
|
||||
|
||||
Reference in New Issue
Block a user