mirror of
https://github.com/Funkoala14/CreatorCenter_OOIN.git
synced 2025-06-07 22:58:14 +08:00
9 lines
103 B
JavaScript
9 lines
103 B
JavaScript
export default function SessionResult() {
|
|
return (
|
|
<div>
|
|
<h1>Session Result</h1>
|
|
</div>
|
|
);
|
|
}
|
|
|