github
0 of 117 branches covered (0.0%)
Branch coverage included in aggregate %.
0 of 324 new or added lines in 7 files covered. (0.0%)
1 existing line in 1 file now uncovered.0 of 7609 relevant lines covered (0.0%)
0.0 hits per line
|
NEW
|
import OrderTable from '../../components/OrderTables'; |
|
|
NEW
|
import Navbar from '../../components/dashboard/Navbar'; |
× |
|
NEW
|
|
× |
|
NEW
|
|
× |
|
NEW
|
|
× |
| 6 |
export default function Orders() { |
× |
|
NEW
|
|
× |
|
NEW
|
return (
|
× |
|
NEW
|
<> |
× |
|
NEW
|
<div> |
× |
|
NEW
|
<Navbar location='Orders' page='seller/orders' /> |
× |
|
NEW
|
<OrderTable/> |
× |
|
NEW
|
</div> |
× |
|
NEW
|
</> |
× |
|
NEW
|
); |
× |
|
UNCOV
16
|
} |
× |
| 17 |
|