More progress

This commit is contained in:
Vendicated 2022-08-29 20:27:47 +02:00
parent 1709ab61ef
commit c39ff8f648
No known key found for this signature in database
GPG key ID: EC781ADFB93EFFA3
15 changed files with 296 additions and 155 deletions

7
src/components/Test.tsx Normal file
View file

@ -0,0 +1,7 @@
import React from "react";
export default () => {
<div>
Hi
</div>;
};