Prettier: formatted documents

This commit is contained in:
aronmal 2023-10-20 15:23:05 +02:00
parent 85f1ce262a
commit b23c2a24ea
Signed by: aronmal
GPG key ID: 816B7707426FC612
15 changed files with 1803 additions and 328 deletions

View file

@ -5,5 +5,5 @@ import {
} from "solid-start/entry-server";
export default createHandler(
renderAsync((event) => <StartServer event={event} />)
renderAsync((event) => <StartServer event={event} />),
);