Cleanup: Remove unused legacy files prefixed with not_used

This commit is contained in:
Scott Idem
2026-01-22 19:35:29 -05:00
parent 555ecb043d
commit d7dd9afaf3
3 changed files with 0 additions and 39 deletions

View File

@@ -1,5 +0,0 @@
import type { LayoutLoad } from './$types';
export const load: LayoutLoad = async ({ params, parent }) => {
// route
}