this repo has no description
5
fork

Configure Feed

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

fix: remove unused code

Turtlepaw b6263159 59607929

-7
-7
src/app/moderation/page.tsx
··· 1 - "use client"; 2 - 3 - import { ModerationSettings } from "@/components/ModerationSettings"; 4 - 5 - export default function ModerationPage() { 6 - return <ModerationSettings />; 7 - }