9 lines
87 B
TypeScript
9 lines
87 B
TypeScript
|
|
export default function Home() {
|
|
return (
|
|
<div>
|
|
Art app
|
|
</div>
|
|
);
|
|
}
|