init project portal web
This commit is contained in:
9
app/main/price-plan/page.tsx
Normal file
9
app/main/price-plan/page.tsx
Normal file
@ -0,0 +1,9 @@
|
||||
import PricePlanList from "@/lib/price-plan/view"
|
||||
|
||||
const PricePlan = () => {
|
||||
return (
|
||||
<PricePlanList/>
|
||||
)
|
||||
}
|
||||
|
||||
export default PricePlan
|
||||
Reference in New Issue
Block a user