added settings route to pending

This commit is contained in:
plebbitor
2023-04-23 08:43:53 +02:00
parent ccc4476f78
commit c6427e6aea
3 changed files with 5 additions and 8 deletions
-1
View File
@@ -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 = () => {