Skip to content

Commit

Permalink
use absolute import
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 committed Nov 5, 2024
1 parent ca4effa commit 3f122a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ import { Pagination } from '@czi-sds/components'
import { useSearchParams } from '@remix-run/react'
import { ComponentType, ReactNode, useEffect } from 'react'

import { ErrorBoundary } from 'app/components/ErrorBoundary'
import { Tabs } from 'app/components/Tabs'
import { TABLE_PAGE_LAYOUT_LOG_ID } from 'app/constants/error'
import { MAX_PER_PAGE } from 'app/constants/pagination'
import { QueryParams } from 'app/constants/query'
import { TestIds } from 'app/constants/testIds'
import { cns } from 'app/utils/cns'

import { ErrorBoundary } from '../ErrorBoundary'
import { TableHeader, TableHeaderProps } from './TableHeader'

export interface TablePageLayoutProps {
Expand Down

0 comments on commit 3f122a8

Please sign in to comment.