All files / src/routes index.ts

0% Statements 0/10
0% Branches 0/1
0% Functions 0/1
0% Lines 0/10

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11                     
export { default as Home } from './pages/Home';
export { default as IndividualItem } from './pages/IndividualItem';
export { default as PageNotFound } from './pages/PageNotFound';
export { default as RegisterItem } from './pages/RegisterItem';
export { default as UpdateItem } from './pages/UpdateItem';
export { default as Generate } from './pages/Generate';
export { default as AllTrashItems } from './pages/AllTrashItems';
export { default as Connector } from './pages/Connector';
export { default as Color } from './pages/Color';
export { default as AllRentalItems } from './pages/AllRentalItems';