mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-13 00:16:39 +00:00
Trying to add site provider
This commit is contained in:
4
src/contexts/siteContext.ts
Normal file
4
src/contexts/siteContext.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { GetSiteResponse } from "@server/routers/site/getSite";
|
||||
import { createContext } from "react";
|
||||
|
||||
export const SiteContext = createContext<GetSiteResponse | null>(null);
|
||||
Reference in New Issue
Block a user