mirror of
https://github.com/more-tech4-magnum-opus/frontend.git
synced 2025-11-14 22:35:21 +03:00
10 lines
159 B
TypeScript
10 lines
159 B
TypeScript
import react from 'react'
|
|
import header from '../header'
|
|
|
|
|
|
export const Leaderboard: react.FC = () => {
|
|
return <div>
|
|
{header}
|
|
|
|
</div>
|
|
} |