minor cleanup and added dummy HelloEarth test comp

This commit is contained in:
Samuel Andert 2023-07-22 15:41:27 +02:00
parent c84615d6bf
commit 379a163fce
2 changed files with 1 additions and 8 deletions

View File

@ -0,0 +1 @@
<div class="p-12 bg-blue-500">Hello Earth</div>

View File

@ -1,8 +0,0 @@
interface Message {
message: string;
date: Date;
sender: string;
type: string;
}
export default Message;