Skip to content

Commit ed48a75

Browse files
committed
lint error correction
1 parent f86b724 commit ed48a75

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/routes/settings/custom/+page.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
import { base } from "$app/paths";
2-
import { redirect } from "@sveltejs/kit";
3-
4-
export async function load({ parent, params }) {
1+
export async function load({ parent }) {
52
const data = await parent();
63

74
return data;

0 commit comments

Comments
 (0)