Introduce LanguageContext
(#6}
This commit is contained in:
parent
360ba3ae60
commit
3eea1b1f80
6 changed files with 66 additions and 46 deletions
|
@ -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<{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue