5 lines
86 B
TypeScript
5 lines
86 B
TypeScript
import React from "react";
|
|
export default ()=>
|
|
{
|
|
return <div><h1>hey!</h1></div>
|
|
} |