Skip to content

Commit 339da4a

Browse files
3rg0nclaude
andcommitted
fix: Remove unused Fider import in Home.page.tsx
TS6133 error - Fider was imported but only basePath is used. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9bf2a46 commit 339da4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/pages/Home/Home.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Post, Tag, PostStatus } from "@fider/models"
88
import { Markdown, Hint, PoweredByFider, Icon, Header, Button } from "@fider/components"
99
import { PostsContainer } from "./components/PostsContainer"
1010
import { useFider } from "@fider/hooks"
11-
import { Fider, basePath } from "@fider/services"
11+
import { basePath } from "@fider/services"
1212
import { HStack, VStack } from "@fider/components/layout"
1313
import { ShareFeedback } from "./components/ShareFeedback"
1414
import { i18n } from "@lingui/core"

0 commit comments

Comments
 (0)