Skip to content

Commit

Permalink
fix: import path
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoVictor6 committed Jan 11, 2024
1 parent 00ceadb commit 76eee02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/db/src/supabase/domains/roles/saveRoles.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Entities, Topics, skillArray } from 'shared'
import { Opening } from 'shared/src/email/openings-email/Opening'
import { Opening } from 'shared/ui/email/RoleCard'
import { getSupabaseClient } from '../../getSupabaseClient'
import { Database } from '../../type'
import { SupabaseTable } from '../../utilityTypes'
Expand Down

0 comments on commit 76eee02

Please sign in to comment.