Prettier Format

+ Add in formatting config, and apply
This commit is contained in:
2024-04-19 14:20:02 +10:00
parent 964a8d4ec4
commit f4ef664f0b
15 changed files with 108 additions and 129 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import type { RequestHandler } from "./$types";
export const GET: RequestHandler = ({ url }) => {
return new Response();
};
return new Response();
};