minor cleanup and added dummy HelloEarth test comp
This commit is contained in:
parent
c84615d6bf
commit
379a163fce
1
src/lib/components/HelloEarth.svelte
Normal file
1
src/lib/components/HelloEarth.svelte
Normal file
@ -0,0 +1 @@
|
||||
<div class="p-12 bg-blue-500">Hello Earth</div>
|
@ -1,8 +0,0 @@
|
||||
interface Message {
|
||||
message: string;
|
||||
date: Date;
|
||||
sender: string;
|
||||
type: string;
|
||||
}
|
||||
|
||||
export default Message;
|
Loading…
Reference in New Issue
Block a user