1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-24 11:33:09 +01:00
2021-08-14 20:29:05 +02:00

6 lines
78 B
TypeScript

export default function Guides() {
return (
<h1>Hello world</h1>
);
}