Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed May 17, 2022
1 parent e314c44 commit efb20d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/javascript/packages/document-capture/context/acuant.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createContext, useContext, useMemo, useEffect, useState } from 'react';
import { createContext, useContext, useEffect, useState } from 'react';
import useObjectMemo from '@18f/identity-react-hooks/use-object-memo';
import DeviceContext from './device';
import AnalyticsContext from './analytics';
import useObjectMemo from '@18f/identity-react-hooks/use-object-memo';

/** @typedef {import('react').ReactNode} ReactNode */

Expand Down

0 comments on commit efb20d7

Please sign in to comment.