mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-26 23:06:37 +00:00
improve site and resource info cards and other small visual tweaks
This commit is contained in:
@@ -2,7 +2,7 @@ import { GetSiteResponse } from "@server/routers/site/getSite";
|
||||
import { createContext } from "react";
|
||||
|
||||
interface SiteContextType {
|
||||
site: GetSiteResponse | null;
|
||||
site: GetSiteResponse;
|
||||
updateSite: (updatedSite: Partial<GetSiteResponse>) => void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user