Skip to content

Commit c84005e

Browse files
committed
fix: require -> import
1 parent 7404137 commit c84005e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// constants.ts
2-
const { version } = require('./version')
2+
import { version } from './version'
33
export const DEFAULT_HEADERS = { 'X-Client-Info': `supabase-js/${version}` }

0 commit comments

Comments
 (0)