adding the api

This commit is contained in:
2023-12-24 09:14:33 +03:00
parent 949e186112
commit 3c109d1619
22 changed files with 714 additions and 144 deletions

View File

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