10 lines
148 B
TypeScript
10 lines
148 B
TypeScript
import SuitableRaw from '@/components/suitable/SuitableRaw'
|
|
|
|
export default function page() {
|
|
return (
|
|
<>
|
|
<SuitableRaw />
|
|
</>
|
|
)
|
|
}
|