We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df7baae commit ead75c7Copy full SHA for ead75c7
spez-frontend/src/app/post/[id]/page.tsx
@@ -3,7 +3,6 @@ import svPost from "@/utils/svPost";
3
import Link from "next/link";
4
import Comment from "@/components/Comment";
5
import Parser from 'html-react-parser'
6
-import Image from "next/image";
7
import CmtForm from "@/components/CmtForm";
8
import { getRelativeTime } from "@/utils/getRelativeTime";
9
import { GoTrash } from "react-icons/go";
spez-frontend/src/components/LikeButton.tsx
@@ -1,6 +1,5 @@
1
// components/LikeButton.tsx
2
import React, { useState } from "react";
-import axios from "axios";
import Image from "next/image";
import EagleEmoji from "../../public/eagle_emoji.png";
import svPost from "@/utils/svPost";
0 commit comments