UPDATE: Added category page as well as reset password page

This commit is contained in:
Oscar
2025-02-05 14:55:05 +00:00
parent 0a92f00c69
commit 84faf0f33d
4 changed files with 28 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
import React from 'react'
const CategoryPage = () => {
return (
<div>CategoryPage</div>
)
}
export default CategoryPage