Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan-cp committed Apr 17, 2024
1 parent b3da04f commit fed842b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/Feed/FeedList.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { useCallback, useEffect, useMemo, useRef, useState } from 'react';
import { graphql, useFragment } from 'react-relay';
import { v4 as uuid } from 'uuid';
import {
AutoSizer,
CellMeasurer,
Expand All @@ -11,6 +10,7 @@ import {
} from 'react-virtualized';
import { MeasuredCellParent } from 'react-virtualized/dist/es/CellMeasurer';
import { FragmentRefs } from 'relay-runtime';
import { v4 as uuid } from 'uuid';

import FeedSuggestedProfileSection from '~/components/Feed/FeedSuggestedProfileSection';
import { FeedMode } from '~/components/Feed/types';
Expand Down

0 comments on commit fed842b

Please sign in to comment.