Skip to content

Commit

Permalink
fix: merge errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric921 committed Dec 9, 2023
1 parent 98d8c90 commit 1927c79
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/web/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ import { useTranslation } from 'react-i18next';
import { useState } from 'react';
import { IssuesView } from '@app/constants';
import { TableCellsIcon, QueueListIcon, Squares2X2Icon } from '@heroicons/react/24/solid';
<<<<<<< HEAD
import { useNetworkState } from '@uidotdev/usehooks';

Check warning on line 21 in apps/web/pages/index.tsx

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (uidotdev)

Check warning on line 21 in apps/web/pages/index.tsx

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (usehooks)
import Offline from '@components/pages/offline';
=======
import UserTeamTableHeader from 'lib/features/team/user-team-table/user-team-table-header';
>>>>>>> 011ba692 (refact: add fixed header on Table View of team issues)

function MainPage() {
const { t } = useTranslation();
Expand Down

0 comments on commit 1927c79

Please sign in to comment.