Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
annadiplacido committed Sep 21, 2024
1 parent 6c726c4 commit 1b59815
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions libs/ui/common/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@ export * from './lib/tables/landingPage';
export * from './lib/offers/offers';
export * from './lib/orders/orders';
export * from './lib/summary/summary';
<<<<<<< HEAD
export * from './lib/groupBillingPage/groupBillingPage';
=======
export * from './lib/utils/navbar';
>>>>>>> navbar
8 changes: 0 additions & 8 deletions libs/ui/common/src/lib/orders/orders.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,11 @@ export function Orders() {
fontWeight="bold"
style={{ color: 'black' }}>
Orders
<<<<<<< HEAD
</Button>

<Box sx={{
display: 'flex',
flexDirection: 'column',
=======
</Typography>

<Box sx={{
display: 'flex',
flexDirection: 'column',
>>>>>>> navbar
alignItems: 'flex-start',
mt: 4,
pl: 0,
Expand Down

0 comments on commit 1b59815

Please sign in to comment.