8 lines
87 B
TypeScript
8 lines
87 B
TypeScript
import React from "react";
|
|
|
|
export default () => {
|
|
<div>
|
|
Hi
|
|
</div>;
|
|
};
|