feat: Apply fixes for type errors and unused variables

This commit is contained in:
2025-06-04 11:29:18 +09:00
parent 7193dd8bb7
commit a93cfd201d
7 changed files with 25 additions and 25 deletions

View File

@ -1,8 +1,4 @@
"use client";
"use client";
import React, { useEffect, useState } from "react";
import { useEffect, useState } from "react";
interface FeedItem {
id: string;