Files
OSIT-AE-App-Svelte/src/routes/journals/[journal_id]/+page.ts
Scott Idem f4a34e4ad7 feat(leads): stabilize v3 layout and unify tab width logic
- Removed max-width constraints across leads modules for full-width stability.
- Fixed duplicate Download icon import causing build errors.
- Improved header responsiveness for mobile-first experience.
- Refined tab switching logic with state persistence placeholders.
2026-02-07 18:00:12 -05:00

9 lines
285 B
TypeScript

/** @type {import('./$types').PageLoad} */
// console.log(`ae_p_journals [journal_id] +page.ts start`);
// import { browser } from '$app/environment';
// import { journals_func } from '$lib/ae_journals/ae_journals_functions';
// export async function load({ params, parent }) {
// }