mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-12 00:06:14 +00:00
fix: drop +page.js files in /add routes that conflicted with +page.ts
This commit is contained in:
@@ -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` }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user