PHP Classes

File: frontend/src/pages/profile.tsx

Recommend this page to a friend!
  Classes of carlos carvalho   yrprey PHP application   frontend/src/pages/profile.tsx   Download  
File: frontend/src/pages/profile.tsx
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: yrprey PHP application
Web app to learn about OWASP API vulnerabilities
Author: By
Last change:
Date: 5 months ago
Size: 162 bytes
 

Contents

Class file image Download
import ProfileSection from "@/components/Routes/Profile" const Profile = () => { return ( <> <ProfileSection /> </> ) } export default Profile