From acbe61b74bf6f990803b4c0dbb6fee5eba65a228 Mon Sep 17 00:00:00 2001 From: Fredrik Oseberg Date: Wed, 10 Aug 2022 14:30:57 +0200 Subject: [PATCH] fix: import typography --- .../PlaygroundResultsTable/PlaygroundResultsTable.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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(