Introduce LanguageContext (#6}

This commit is contained in:
Taevas 2024-05-07 16:35:40 +02:00
parent 360ba3ae60
commit 3eea1b1f80
6 changed files with 66 additions and 46 deletions

View file

@ -1,6 +1,6 @@
import {type Handler} from "@netlify/functions";
import {api} from "./shared/api.js";
import {type HacktheboxInfo} from "../../src/components/Info/Hacking.js";
import {type HacktheboxInfo} from "../../src/components/Info/Hacking/Hackthebox.js";
const handler: Handler = async () => {
const hackthebox: {profile: {activity: HacktheboxInfo[]}} = await api<{