feat: menu
This commit is contained in:
9
src/pages/customerPortal/dashboard/Dashboard.tsx
Normal file
9
src/pages/customerPortal/dashboard/Dashboard.tsx
Normal file
@ -0,0 +1,9 @@
|
||||
import React from 'react'
|
||||
|
||||
export const Dashboard = () => {
|
||||
return (
|
||||
<div>
|
||||
Hello World
|
||||
</div>
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user