4 lines
71 B
TypeScript
Raw Normal View History

export const UpdateContentsPage = () => {
return <div>detail</div>
}