FEAT: OAuth now redirects to last URL signed in
UPDATE: Created the page to display lists of categories
This commit is contained in:
11
frontend/src/pages/CategoriesPage.tsx
Normal file
11
frontend/src/pages/CategoriesPage.tsx
Normal 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;
|
||||
Reference in New Issue
Block a user