forked from VinokurovVE/tests
7 lines
103 B
TypeScript
7 lines
103 B
TypeScript
export default function Main() {
|
||
return (
|
||
<>
|
||
Главная
|
||
</>
|
||
)
|
||
} |