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