Fix: Resolve implicit any errors and missing properties in QR scanner and layout loads
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/** @type {import('./$types').LayoutLoad} */
|
||||
import type { LayoutLoad } from './$types';
|
||||
|
||||
export async function load({ params, parent }) {
|
||||
export const load: LayoutLoad = async ({ params, parent }) => {
|
||||
// route
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user