chore(*): Remove redundant example file

This commit is contained in:
Josh Creek
2024-10-29 21:20:34 +00:00
parent 33409bc375
commit c4865337ee
@@ -1,9 +0,0 @@
import { json } from '@sveltejs/kit';
export const GET = async () => {
return json(await getSomeData());
};
async function getSomeData() {
// Do your async fetching here
}