import React from 'react'; const LOAD_START = 'LOAD_START'; const LOADING = 'LOADING'; const PUBLISHING = 'PUBLISHING'; const SUCCESS = 'SUCCESS'; const FAILED = 'FAILED'; function PublishStatus ({ status, message }) { return (
File is loading to server
{message}
File is loading to server
{message}
Upload complete. Your file is now being published on the blockchain...
PROGRESS BAR HERE
Curious what magic is happening here? Learn more.
Something went wrong...
{message}
For help, post the above error text in the #speech channel on the lbry discord