Skip to content

Commit

Permalink
Resolved Conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
IMISSHER99 committed Jun 15, 2024
2 parents a8b0ab7 + 7dcc92d commit 649aea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/_drizzle/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ export const subLinkRelations = relations(subLinks, ({ one }) => ({
fields: [subLinks.linkId],
references: [links.id]
})
}))
}))
1 change: 1 addition & 0 deletions app/_types/navigation.types.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

export type NavigationData = {
name: string,
svgIconName: string,
Expand Down

0 comments on commit 649aea3

Please sign in to comment.