this repo has no description
0
fork

Configure Feed

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

remove unused imports

alice 5f7408b0 9facd99d

-3
-1
src/app/[name]/page.tsx
··· 1 - import GA from '@/utils/ga'; 2 1 import type { Metadata } from 'next'; 3 2 4 3 interface person {
-2
src/app/alice/page.tsx
··· 1 - import GA from '@/utils/ga'; 2 - 3 1 export const metadata = { 4 2 title: 'alice.bsky.sh', 5 3 description: "i'm alice",