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 94fbf5e + 4801334 commit cf25ae0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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: 0 additions & 1 deletion app/_types/navigation.types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

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

0 comments on commit cf25ae0

Please sign in to comment.