From c6427e6aeaf6c743f51113a3fa85b508a25ecf25 Mon Sep 17 00:00:00 2001 From: plebbitor Date: Sun, 23 Apr 2023 08:43:53 +0200 Subject: [PATCH] added settings route to pending --- src/App.js | 4 +++- src/components/views/Home.jsx | 8 ++------ src/components/views/Pending.jsx | 1 - 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/src/App.js b/src/App.js index b960d4b5..11a3daef 100644 --- a/src/App.js +++ b/src/App.js @@ -193,7 +193,9 @@ export default function App() { } /> } /> - } /> + }> + } /> + } /> diff --git a/src/components/views/Home.jsx b/src/components/views/Home.jsx index debcf289..ca662f1b 100644 --- a/src/components/views/Home.jsx +++ b/src/components/views/Home.jsx @@ -132,13 +132,9 @@ const Home = () => {
- Plebchan is free and open-source software distributed under GPL-2.0 license. -
-
-
- v.0.1.0 + Plebchan v.0.1.0 is free and open-source software distributed under GPL-2.0 license.
diff --git a/src/components/views/Pending.jsx b/src/components/views/Pending.jsx index e5b04e13..bbedd732 100644 --- a/src/components/views/Pending.jsx +++ b/src/components/views/Pending.jsx @@ -15,7 +15,6 @@ import getDate from '../../utils/getDate'; import handleQuoteClick from '../../utils/handleQuoteClick'; import handleStyleChange from '../../utils/handleStyleChange'; import useError from '../../hooks/useError'; -import useSuccess from '../../hooks/useSuccess'; const Pending = () => {