polsevev.dev/polsevev.dev.frontend/src/Pages/CVPage.tsx

12 lines
151 B
TypeScript
Raw Normal View History

2023-08-30 13:48:44 +00:00
import { FC } from "react";
const CVPage:FC = () => {
return (
<>
<h1>CVPage</h1>
</>
)
}
export default CVPage;