Skip to content

Commit 6afc565

Browse files
committed
Migrate to Lens v3
1 parent f735e4c commit 6afc565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/components/Home/FeedType.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import New from "@components/Shared/Badges/New";
22
import { HomeFeedType } from "@hey/data/enums";
33
import { HOME } from "@hey/data/tracking";
44
import { TabButton } from "@hey/ui";
5-
import type { FC } from "react";
5+
import type { FC, JSX } from "react";
66
import { useAccountStore } from "src/store/persisted/useAccountStore";
77
import { useHomeTabStore } from "src/store/persisted/useHomeTabStore";
88

0 commit comments

Comments
 (0)