diff --git a/frontend/src/component/playground/Playground/PlaygroundResultsTable/PlaygroundResultsTable.tsx b/frontend/src/component/playground/Playground/PlaygroundResultsTable/PlaygroundResultsTable.tsx index 4ee0e30ba1..fac8ab4921 100644 --- a/frontend/src/component/playground/Playground/PlaygroundResultsTable/PlaygroundResultsTable.tsx +++ b/frontend/src/component/playground/Playground/PlaygroundResultsTable/PlaygroundResultsTable.tsx @@ -22,12 +22,10 @@ import { PlaygroundFeatureSchema, PlaygroundRequestSchema, } from 'component/playground/Playground/interfaces/playground.model'; -import { Box, useMediaQuery, useTheme } from '@mui/material'; +import { Box, Typography, useMediaQuery, useTheme } from '@mui/material'; import useLoading from 'hooks/useLoading'; import { VariantCell } from './VariantCell/VariantCell'; import { FeatureResultInfoPopoverCell } from './FeatureResultInfoPopoverCell/FeatureResultInfoPopoverCell'; -import { PageHeader } from '../../../common/PageHeader/PageHeader'; -import { PageContent } from '../../../common/PageContent/PageContent'; const defaultSort: SortingRule = { id: 'name' }; const { value, setValue } = createLocalStorage(