mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-02-24 11:33:09 +01:00
6 lines
78 B
TypeScript
6 lines
78 B
TypeScript
export default function Guides() {
|
|
return (
|
|
<h1>Hello world</h1>
|
|
);
|
|
}
|