19 implement i18n #29

Merged
BenjaminPalko merged 8 commits from 19-implement-i18n into master 2024-12-20 11:41:01 -05:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 5b838e0dfa - Show all commits

View file

@ -1,4 +1,4 @@
import { validateSession } from '$lib/server/auth/index.js'; import { validateSession } from '$lib/server/auth';
export async function load(event) { export async function load(event) {
await validateSession(event); await validateSession(event);

View file

@ -1,4 +1,4 @@
import { validateSession } from '$lib/server/auth/index.js'; import { validateSession } from '$lib/server/auth';
export async function load(event) { export async function load(event) {
const { const {