Skip to content

Commit

Permalink
fix: eslint errors - part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
DragosIorgulescu committed Mar 27, 2024
1 parent 6489e90 commit acf6343
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 0 additions & 2 deletions packages/webapp/components/history/reading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ import {
RequestKey,
} from '@dailydotdev/shared/src/lib/query';
import ReadingHistoryEmptyScreen from '@dailydotdev/shared/src/components/history/ReadingHistoryEmptyScreen';
import { useMobileUxExperiment } from '@dailydotdev/shared/src/hooks/useMobileUxExperiment';
import classNames from 'classnames';

const PostsSearch = dynamic(
() =>
Expand Down
11 changes: 1 addition & 10 deletions packages/webapp/pages/history.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ import React, {
useState,
} from 'react';
import { NextSeo } from 'next-seo';
import {
ResponsivePageContainer,
SharedFeedPage,
} from '@dailydotdev/shared/src/components/utilities';
import { ResponsivePageContainer } from '@dailydotdev/shared/src/components/utilities';
import { useRouter } from 'next/router';
import {
Tab,
Expand All @@ -23,12 +20,6 @@ import classNames from 'classnames';
import { useMobileUxExperiment } from '@dailydotdev/shared/src/hooks/useMobileUxExperiment';
import { ButtonSize } from '@dailydotdev/shared/src/components/buttons/common';
import { Dropdown } from '@dailydotdev/shared/src/components/fields/Dropdown';
import {
DiscussIcon,
HotIcon,
UpvoteIcon,
} from '@dailydotdev/shared/src/components/icons';
import { IconSize } from '@dailydotdev/shared/src/components/Icon';
import { HistoryType, ReadingHistory } from '../components/history';
import ProtectedPage from '../components/ProtectedPage';
import { getLayout } from '../components/layouts/MainLayout';
Expand Down

0 comments on commit acf6343

Please sign in to comment.