fix: Revert import sorting for CodeSnippet because of #13808

Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
This commit is contained in:
Carlos Esteban Lopez
2022-11-28 16:55:22 -05:00
committed by Carlos Lopez
parent 247ee26091
commit 4ae7842953
@@ -17,13 +17,13 @@ import { BackstageTheme } from '@backstage/theme';
import Box from '@material-ui/core/Box';
import { useTheme } from '@material-ui/core/styles';
import React from 'react';
import type {} from 'react-syntax-highlighter';
import LightAsync from 'react-syntax-highlighter/dist/esm/light-async';
import dark from 'react-syntax-highlighter/dist/esm/styles/hljs/dark';
import docco from 'react-syntax-highlighter/dist/esm/styles/hljs/docco';
import { CopyTextButton } from '../CopyTextButton';
import type {} from 'react-syntax-highlighter';
/**
* Properties for {@link CodeSnippet}
*