fix: drop +page.js files in /add routes that conflicted with +page.ts

This commit is contained in:
Diego Imbert
2026-06-04 15:45:03 +02:00
parent adcaee889f
commit 99439809f7
4 changed files with 0 additions and 20 deletions
@@ -1,5 +0,0 @@
export function load() {
return {
stuff: { title: `New App` }
}
}
@@ -1,5 +0,0 @@
export function load() {
return {
stuff: { title: `New Raw App` }
}
}
@@ -1,5 +0,0 @@
export function load() {
return {
stuff: { title: `New Flow` }
}
}
@@ -1,5 +0,0 @@
export function load() {
return {
stuff: { title: `New Script` }
}
}