Skip to content

Commit

Permalink
fix: prod build (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
SansanSaga authored Oct 12, 2024
1 parent f6897bd commit 9050e8d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 9 additions & 0 deletions apps/web/src/app/dashboard/work-orders/bypass/[id]/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import React from 'react'

const DashboardWorkOrdersBypassDetail = () => {
return (
<div>DashboardWorkOrdersBypassDetail</div>
)
}

export default DashboardWorkOrdersBypassDetail
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ const DashboardPickupOrdersDriversPage = () => {
meta={{ page: 1, take: 8, total: 0 }}
/>
)}
</CardContent>
</Card>
</div>
</>
);
Expand Down

0 comments on commit 9050e8d

Please sign in to comment.