diff --git a/src/pages/Post.tsx b/src/pages/Post.tsx index bd9e2bb..30e4121 100644 --- a/src/pages/Post.tsx +++ b/src/pages/Post.tsx @@ -8,6 +8,7 @@ import ImageViewer from '~/components/ImageViewer' import { createAsync, RouteSectionProps } from '@solidjs/router' import { Meta } from '@solidjs/meta' import { queryPostById } from '~/data/post.data' +import { formatISO } from 'date-fns' // eslint-disable-next-line solid/no-destructure const PostPage: Component = ({ params }) => { @@ -28,6 +29,7 @@ const PostPage: Component = ({ params }) => { +