PunitGr / QuickBill

Create unlimited invoices for free.

Home Page:https://punitgr.github.io/QuickBill/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What should be my route in App.js please

idesignsng opened this issue · comments

What should be my route in App.js please? I've added a custom subdomain to my github pages

It should be updated here: https://github.com/PunitGr/QuickBill/blob/master/app/components/App.js
Since you want / to be your home page instead of /QuickBill, then I'd just say remove QuickBill from App.js.

<Route exact path="/" component={HomePage} />
<Route path="/dashboard" component={Dashboard} />
<Route path="/preview" component={Preview}></Route>