feat: style upgrades

This commit is contained in:
2024-05-20 16:45:10 +01:00
parent 6250456435
commit 21919e1e3b
78 changed files with 1168 additions and 898 deletions

View File

@ -1 +1,8 @@
export function UploadPage() {}
export function UploadPage() {
return (
<div>
<h1>Upload</h1>
<b>Coming Soon..</b>
</div>
);
}