removed unused Grid

Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
This commit is contained in:
mufaddal motiwala
2021-12-20 13:12:04 +05:30
parent 3d26fb1606
commit 78a8e9aaaa
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import React from 'react';
import { Box, Grid, makeStyles, Typography } from '@material-ui/core';
import { Box, makeStyles, Typography } from '@material-ui/core';
import { newRelicDashboardApiRef } from '../../api';
import { useApi } from '@backstage/core-plugin-api';
import { useAsync } from 'react-use';