frontend/src/user/clan/index.tsx
2022-10-08 23:09:12 +03:00

8 lines
142 B
TypeScript

import react from 'react'
import header from '../header'
export const Clan: react.FC = () => {
return <div>
{header}
</div>
}