diff --git a/src/components/Apps/AppInfo.tsx b/src/components/Apps/AppInfo.tsx index 53a155a..f9e72b3 100644 --- a/src/components/Apps/AppInfo.tsx +++ b/src/components/Apps/AppInfo.tsx @@ -1,3 +1,4 @@ +import React, { useEffect, useMemo, useState } from 'react'; import { AppCircle, AppCircleContainer, diff --git a/src/components/Apps/AppInfoSnippet.tsx b/src/components/Apps/AppInfoSnippet.tsx index c877bba..dfe4ea6 100644 --- a/src/components/Apps/AppInfoSnippet.tsx +++ b/src/components/Apps/AppInfoSnippet.tsx @@ -1,3 +1,4 @@ +import React from 'react'; import { AppCircle, AppCircleContainer,