Prettier Format
+ Add in formatting config, and apply
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { RequestHandler } from "./$types";
|
||||
|
||||
export const GET: RequestHandler = ({ url }) => {
|
||||
return new Response();
|
||||
};
|
||||
return new Response();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user