upload ai slop

This commit is contained in:
2026-02-25 22:49:38 +02:00
parent 49ebbc34fa
commit 0d60f5a83d
146 changed files with 4343 additions and 317 deletions

View File

@@ -0,0 +1,4 @@
import { createContext } from "react";
import type { AhrimanClient } from "api/client/AhrimanClient";
export const ClientContext = createContext<AhrimanClient | null>(null);