mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 07:56:11 +02:00
fix: missed type after refactor
This commit is contained in:
@@ -51,7 +51,7 @@ export function ResourceHeader({
|
||||
timeToRead,
|
||||
recommendedReading,
|
||||
externalResources,
|
||||
}: ResourceHeaderProps) {
|
||||
}: IResourceHeaderProps) {
|
||||
const date = new Date(createdAt)
|
||||
const month = date.toLocaleString("default", { month: "long" })
|
||||
const day = date.getDate()
|
||||
|
||||
Reference in New Issue
Block a user