diff --git a/src/provider.tsx b/src/provider.tsx index 3a8b1f3..ee2ed60 100644 --- a/src/provider.tsx +++ b/src/provider.tsx @@ -1,4 +1,4 @@ -import { PropsWithChildren, useState } from "react"; +import React, { PropsWithChildren, useState } from "react"; import { useWindowDimensions, ColorSchemeName, diff --git a/src/styled.tsx b/src/styled.tsx index b9688a2..82d9464 100644 --- a/src/styled.tsx +++ b/src/styled.tsx @@ -1,4 +1,4 @@ -import { +import React, { createElement, FunctionComponent, ComponentClass,