standalone is not ready yet
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2022-11-06 23:17:51 +01:00
parent 3ac968a63c
commit 12f829c3d3
8 changed files with 53 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ import { use } from 'react';
import ReactMarkdown from 'react-markdown';
import remarkGfm from 'remark-gfm';
const Posts = () => {
export default function Posts() {
const c = cookies();
const posts = use(getPosts());
@@ -27,6 +27,4 @@ const Posts = () => {
))}
</>
);
};
export default Posts;
}