Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Oct 31, 2024
1 parent fc445fa commit 4235e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/helia.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { type Helia } from '@helia/interface'
import React, { createContext, useContext, useEffect, useState, useCallback } from 'react'
import React, { createContext, useContext, useState, useCallback } from 'react'
import packageJson from '../../package.json'
import initHelia from '../lib/init-helia.js'
import type { KuboGatewayOptions } from '../types.js'
Expand Down

0 comments on commit 4235e47

Please sign in to comment.