aboutsummaryrefslogtreecommitdiff
path: root/src/components/Test.tsx
blob: 14a46ddf4e29370d13d9d15e06a8efbb676089e7 (plain)
1
2
3
4
5
6
7
import React from "react";

export default () => {
    <div>
        Hi
    </div>;
};