Fix: Resolve implicit any errors and missing properties in QR scanner and layout loads
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
/** @type {import('./$types').LayoutLoad} */
|
||||
// console.log(`ae_core root +layout.ts start`);
|
||||
import type { LayoutLoad } from './$types';
|
||||
|
||||
// import { core_func } from '$lib/ae_core_functions';
|
||||
|
||||
export async function load({ parent }) {
|
||||
export const load: LayoutLoad = async ({ parent }) => {
|
||||
const log_lvl: number = 0;
|
||||
|
||||
const data = await parent();
|
||||
|
||||
Reference in New Issue
Block a user