diff --git a/context/site.tsx b/context/site.tsx index 6718684e..362eeddf 100644 --- a/context/site.tsx +++ b/context/site.tsx @@ -1,4 +1,4 @@ -import React from 'react'; +import React, { useContext } from 'react'; type SiteContextProps = { deploymentType: string;