1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: import typography

This commit is contained in:
Fredrik Oseberg 2022-08-10 14:30:57 +02:00
parent ad1b7bf8fc
commit acbe61b74b

View File

@ -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<string> = { id: 'name' };
const { value, setValue } = createLocalStorage(