Skip to content

Commit

Permalink
fix(EmptyListItem): missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
koepferd committed Jul 25, 2024
1 parent b957eb1 commit 2c625b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/sessionsList/EmptyListItem.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import * as React from 'react';
import { useMemo } from 'react';
import { useTranslation } from 'react-i18next';
import { ListInfo } from '../listInfo/ListInfo';
Expand Down

0 comments on commit 2c625b3

Please sign in to comment.