feat: style upgrades
This commit is contained in:
@ -1 +1,8 @@
|
||||
export function UploadPage() {}
|
||||
export function UploadPage() {
|
||||
return (
|
||||
<div>
|
||||
<h1>Upload</h1>
|
||||
<b>Coming Soon..</b>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user