Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalmi committed Aug 25, 2023
1 parent 28102be commit fb05dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/views/View.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import debounce from 'lodash/debounce';
import { useEffect, useRef } from 'preact/hooks';
import { useEffect } from 'preact/hooks';

import Header from '../components/header/Header.tsx';
import ErrorBoundary from '../components/helpers/ErrorBoundary.tsx';
Expand Down

0 comments on commit fb05dd2

Please sign in to comment.