Skip to content

Commit

Permalink
Linting Patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed May 22, 2024
1 parent ab46873 commit df318f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/local/content/demos/namelookup/NameLookup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

import { formatAddress } from '@ens-tools/format';
import clsx from 'clsx';
import { FC, useMemo, useState } from 'react';
import { FC, useState } from 'react';
import { useDebounce } from 'use-debounce';
import { normalize } from 'viem/ens';

import { Button } from '@/components/Button';

Expand Down

0 comments on commit df318f4

Please sign in to comment.