4 lines
99 B
TypeScript
4 lines
99 B
TypeScript
export function HardcodedCommonAction() {
|
|
return <button type="button">다시 시도</button>;
|
|
}
|