From c1a68b8e7629d29fe4c8d034c59f2a8563540f4e Mon Sep 17 00:00:00 2001 From: smolgrrr Date: Fri, 16 Aug 2024 14:15:09 +1000 Subject: [PATCH] vevrcel --- client/src/Components/Routes/HashtagPage.tsx | 10 +++++----- client/src/Components/Routes/Notifications.tsx | 6 +++--- client/src/components/routes/HashtagPage.tsx | 10 +++++----- client/src/components/routes/Notifications.tsx | 6 +++--- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/client/src/Components/Routes/HashtagPage.tsx b/client/src/Components/Routes/HashtagPage.tsx index b79f164..c940d53 100644 --- a/client/src/Components/Routes/HashtagPage.tsx +++ b/client/src/Components/Routes/HashtagPage.tsx @@ -1,10 +1,10 @@ -import PostCard from "../modals/PostCard.jsx"; -import { verifyPow } from "../../utils/mine.js"; +import PostCard from "../modals/PostCard"; +import { verifyPow } from "../../utils/mine"; import { Event } from "nostr-tools"; -import NewNoteCard from "../forms/PostFormCard.jsx"; -import RepostCard from "../modals/RepostCard.jsx"; +import NewNoteCard from "../forms/PostFormCard"; +import RepostCard from "../modals/RepostCard"; import { useParams } from "react-router-dom"; -import { useUniqEvents } from "../../hooks/useUniqEvents.js"; +import { useUniqEvents } from "../../hooks/useUniqEvents"; const DEFAULT_DIFFICULTY = 0; diff --git a/client/src/Components/Routes/Notifications.tsx b/client/src/Components/Routes/Notifications.tsx index c38ca41..860c0a1 100644 --- a/client/src/Components/Routes/Notifications.tsx +++ b/client/src/Components/Routes/Notifications.tsx @@ -1,8 +1,8 @@ import { useState, useCallback } from "react"; -import PostCard from "../modals/PostCard.jsx"; +import PostCard from "../modals/PostCard"; import { Event } from "nostr-tools"; -import RepostCard from "../modals/RepostCard.jsx"; -import { useUniqEvents } from "../../hooks/useUniqEvents.js"; +import RepostCard from "../modals/RepostCard"; +import { useUniqEvents } from "../../hooks/useUniqEvents"; const Notifications = () => { const [notifsView, setNotifsView] = useState(false); diff --git a/client/src/components/routes/HashtagPage.tsx b/client/src/components/routes/HashtagPage.tsx index b79f164..c940d53 100644 --- a/client/src/components/routes/HashtagPage.tsx +++ b/client/src/components/routes/HashtagPage.tsx @@ -1,10 +1,10 @@ -import PostCard from "../modals/PostCard.jsx"; -import { verifyPow } from "../../utils/mine.js"; +import PostCard from "../modals/PostCard"; +import { verifyPow } from "../../utils/mine"; import { Event } from "nostr-tools"; -import NewNoteCard from "../forms/PostFormCard.jsx"; -import RepostCard from "../modals/RepostCard.jsx"; +import NewNoteCard from "../forms/PostFormCard"; +import RepostCard from "../modals/RepostCard"; import { useParams } from "react-router-dom"; -import { useUniqEvents } from "../../hooks/useUniqEvents.js"; +import { useUniqEvents } from "../../hooks/useUniqEvents"; const DEFAULT_DIFFICULTY = 0; diff --git a/client/src/components/routes/Notifications.tsx b/client/src/components/routes/Notifications.tsx index c38ca41..860c0a1 100644 --- a/client/src/components/routes/Notifications.tsx +++ b/client/src/components/routes/Notifications.tsx @@ -1,8 +1,8 @@ import { useState, useCallback } from "react"; -import PostCard from "../modals/PostCard.jsx"; +import PostCard from "../modals/PostCard"; import { Event } from "nostr-tools"; -import RepostCard from "../modals/RepostCard.jsx"; -import { useUniqEvents } from "../../hooks/useUniqEvents.js"; +import RepostCard from "../modals/RepostCard"; +import { useUniqEvents } from "../../hooks/useUniqEvents"; const Notifications = () => { const [notifsView, setNotifsView] = useState(false);