CreatorCenter_OOIN/src/components/SessionResult.jsx

9 lines
103 B
JavaScript

export default function SessionResult() {
return (
<div>
<h1>Session Result</h1>
</div>
);
}