Skip to content

Commit

Permalink
Merge pull request #1074 from overthq/run-build
Browse files Browse the repository at this point in the history
Run build
  • Loading branch information
koredefashokun authored Jul 5, 2024
2 parents bedc4a9 + 3776ac1 commit c3e10fa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apps/app/src/utils/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ export const getLink = (type: LinkType, value: string) => {
}
};

// export const config = {
// screens: {
// Home: '',
// Product: ''
// }
// };
export const config = {
screens: {
Home: '',
Product: ''
}
};

0 comments on commit c3e10fa

Please sign in to comment.