api testing
This commit is contained in:
7
src/app/[locale]/profile/refresh-order/page.tsx
Normal file
7
src/app/[locale]/profile/refresh-order/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import RefreshOrder from '@/features/profile/ui/RefreshOrder';
|
||||
|
||||
const Page = () => {
|
||||
return <RefreshOrder />;
|
||||
};
|
||||
|
||||
export default Page;
|
||||
Reference in New Issue
Block a user