Refactoring

This commit is contained in:
2025-01-19 15:11:09 -06:00
parent b0be61f224
commit 524ed69841

View File

@@ -83,9 +83,9 @@ const SiteNav: React.FC<unknown> = () => {
// throw new Error();
// }
// };
// const handlePageClick = (url: string) => {
// navigate(url);
// };
const handlePageClick = (url: string) => {
navigate(url);
};
const Settings = () => {
return (