Commit ecdadce4 authored by tom's avatar tom

fix ts

parent 9fe49946
...@@ -14,6 +14,7 @@ const AppContext = createContext<PageProps>({ ...@@ -14,6 +14,7 @@ const AppContext = createContext<PageProps>({
query: {}, query: {},
adBannerProvider: null, adBannerProvider: null,
apiData: null, apiData: null,
uuid: '',
}); });
export function AppContextProvider({ children, pageProps }: Props) { export function AppContextProvider({ children, pageProps }: Props) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment