Skip to content

Commit ead75c7

Browse files
committed
chore(lint)
1 parent df7baae commit ead75c7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

spez-frontend/src/app/post/[id]/page.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import svPost from "@/utils/svPost";
33
import Link from "next/link";
44
import Comment from "@/components/Comment";
55
import Parser from 'html-react-parser'
6-
import Image from "next/image";
76
import CmtForm from "@/components/CmtForm";
87
import { getRelativeTime } from "@/utils/getRelativeTime";
98
import { GoTrash } from "react-icons/go";

spez-frontend/src/components/LikeButton.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// components/LikeButton.tsx
22
import React, { useState } from "react";
3-
import axios from "axios";
43
import Image from "next/image";
54
import EagleEmoji from "../../public/eagle_emoji.png";
65
import svPost from "@/utils/svPost";

0 commit comments

Comments
 (0)