6 lines
78 B
TypeScript
6 lines
78 B
TypeScript
export default function Guides() {
|
|
return (
|
|
<h1>Hello world</h1>
|
|
);
|
|
}
|