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