Add prettier.

This commit is contained in:
Paul
2021-06-18 15:57:08 +01:00
parent 34a4bccbbe
commit 0cba2b362d
20 changed files with 222 additions and 168 deletions

View File

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