mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-04-07 19:03:38 +00:00
upload ai slop
This commit is contained in:
4
frontend/src/contexts/ClientContext.ts
Normal file
4
frontend/src/contexts/ClientContext.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { createContext } from "react";
|
||||
import type { AhrimanClient } from "api/client/AhrimanClient";
|
||||
|
||||
export const ClientContext = createContext<AhrimanClient | null>(null);
|
||||
Reference in New Issue
Block a user