Reviewed-on: #2 Co-authored-by: Jinseok (심진석) <jinseok.sim@tf.dabeeo.com> Co-committed-by: Jinseok (심진석) <jinseok.sim@tf.dabeeo.com>
8 lines
90 B
TypeScript
8 lines
90 B
TypeScript
export default function Page() {
|
|
return (
|
|
<div>
|
|
추론목록
|
|
</div>
|
|
)
|
|
}
|