Port over more UI elements.

This commit is contained in:
Paul
2021-06-18 14:20:57 +01:00
parent 7eee2cd7c6
commit 9ac2316ed0
11 changed files with 352 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
export function Preloader() {
return <span>LOADING</span>
}