3 lines
73 B
TypeScript
3 lines
73 B
TypeScript
export const HomePage = () => {
|
|
return <div>Welcome to Picobook!</div>
|
|
} |