Skip to content

Commit

Permalink
fixed errors
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Apr 8, 2024
1 parent 59fbaf0 commit b7e48f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/pages/bedset-splash.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Layout } from '../components/layout';
import { Col, Row } from 'react-bootstrap';
import { useBedsetMetadata } from '../queries/useBedsetMetadata';
import { CardSkeleton } from '../components/skeletons/card-skeleton';
import { ErrorPage } from '../components/common/error-page';
import { BedsetSplashHeader } from '../components/bedset-splash-components/header';
import { MeanRegionWidthCard } from '../components/bedset-splash-components/cards/median-region-width';
import { MedianTssDistCard } from '../components/bedset-splash-components/cards/median-tss-distance';
Expand Down

0 comments on commit b7e48f7

Please sign in to comment.