PHP Classes

File: src/pages/HomePage.tsx

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   WordPress React Plugin Kit   src/pages/HomePage.tsx   Download  
File: src/pages/HomePage.tsx
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WordPress React Plugin Kit
Environment to develop new WordPress plugins
Author: By
Last change:
Date: 1 year ago
Size: 216 bytes
 

Contents

Class file image Download
/** * Internal dependencies */ import Dashboard from '../components/dashboard/Dashboard'; const HomePage = () => { return ( <> <Dashboard /> </> ); }; export default HomePage;