9 lines
170 B
TypeScript
9 lines
170 B
TypeScript
|
|
import ServiceFee from '@/components/detail/ServiceFee'
|
||
|
|
import React from 'react'
|
||
|
|
|
||
|
|
export default function ServiceFeePage() {
|
||
|
|
return (
|
||
|
|
<ServiceFee />
|
||
|
|
)
|
||
|
|
}
|