🏗 Sets up TSConfig
This commit is contained in:
7
src/components/Demo.tsx
Normal file
7
src/components/Demo.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
interface Props {
|
||||
message: string,
|
||||
};
|
||||
|
||||
const Demo = ({ message }: Props): JSX.Element => <div>{message}</div>;
|
||||
|
||||
export default Demo;
|
||||
Reference in New Issue
Block a user