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