this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

rm unused imports

-2
-1
src/app/page.tsx
··· 3 3 import { PostList } from "#/components/post-list"; 4 4 import { Title } from "#/components/typography"; 5 5 import { MY_DID } from "#/lib/bsky"; 6 - import { cx } from "#/lib/cx"; 7 6 8 7 export const dynamic = "force-static"; 9 8
-1
src/app/post/[rkey]/page.tsx
··· 11 11 import me from "#/assets/me_blue_square.jpg"; 12 12 import { Code, Paragraph, Title } from "#/components/typography"; 13 13 import { bsky, MY_DID } from "#/lib/bsky"; 14 - import { cx } from "#/lib/cx"; 15 14 16 15 export const dynamic = "force-static"; 17 16