FEAT: OAuth now redirects to last URL signed in

UPDATE: Created the page to display lists of categories
This commit is contained in:
JustIceO7
2025-02-11 23:08:26 +00:00
parent 4a4fde9256
commit 1b167b60f1
5 changed files with 20 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
import React from 'react';
const CategoriesPage: React.FC = () => {
return (
<div className="categories-page">
<h1>Categories Page</h1>
</div>
);
};
export default CategoriesPage;