mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-06 16:03:18 +02:00
6 lines
101 B
TypeScript
6 lines
101 B
TypeScript
|
|
function Recommendations() {
|
||
|
|
return <div>Recommendations</div>;
|
||
|
|
}
|
||
|
|
|
||
|
|
export default Recommendations;
|