mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-10 20:02:26 +00:00
Messing with sites
This commit is contained in:
@@ -5,7 +5,7 @@ import { GetSiteResponse } from "@server/routers/site/getSite";
|
||||
import { ReactNode } from "react";
|
||||
|
||||
type LandingProviderProps = {
|
||||
site: GetSiteResponse;
|
||||
site: GetSiteResponse | null;
|
||||
children: ReactNode;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user