We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f735e4c commit 6afc565Copy full SHA for 6afc565
apps/web/src/components/Home/FeedType.tsx
@@ -2,7 +2,7 @@ import New from "@components/Shared/Badges/New";
2
import { HomeFeedType } from "@hey/data/enums";
3
import { HOME } from "@hey/data/tracking";
4
import { TabButton } from "@hey/ui";
5
-import type { FC } from "react";
+import type { FC, JSX } from "react";
6
import { useAccountStore } from "src/store/persisted/useAccountStore";
7
import { useHomeTabStore } from "src/store/persisted/useHomeTabStore";
8
0 commit comments