From ecdadce4281bed47c194215e732b01e5edb57b10 Mon Sep 17 00:00:00 2001 From: tom Date: Mon, 17 Feb 2025 14:59:04 +0100 Subject: [PATCH] fix ts --- lib/contexts/app.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/contexts/app.tsx b/lib/contexts/app.tsx index f7672b5f21..63c18f5f47 100644 --- a/lib/contexts/app.tsx +++ b/lib/contexts/app.tsx @@ -14,6 +14,7 @@ const AppContext = createContext({ query: {}, adBannerProvider: null, apiData: null, + uuid: '', }); export function AppContextProvider({ children, pageProps }: Props) {