mirror of
https://github.com/more-tech4-magnum-opus/frontend.git
synced 2025-12-10 03:04:02 +03:00
8 lines
142 B
TypeScript
8 lines
142 B
TypeScript
import react from 'react'
|
|
import header from '../header'
|
|
|
|
export const Clan: react.FC = () => {
|
|
return <div>
|
|
{header}
|
|
</div>
|
|
} |