mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-22 01:42:47 +00:00
migrate to typescript
This commit is contained in:
6
src/routes/config/+page.ts
Normal file
6
src/routes/config/+page.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import {redirect} from "@sveltejs/kit"
|
||||
import type {PageLoad} from "./$types"
|
||||
|
||||
export const load = (() => {
|
||||
throw redirect(302, "/config/chords/")
|
||||
}) satisfies PageLoad
|
||||
Reference in New Issue
Block a user