chore: refactor

This commit is contained in:
Marvin9
2020-10-15 09:16:39 +05:30
parent ba056b1ba8
commit 8f0608a5ed
34 changed files with 72 additions and 263 deletions
@@ -15,7 +15,7 @@
*/
import React from 'react';
import { makeStyles, Typography, useTheme } from '@material-ui/core';
import { makeStyles, Typography } from '@material-ui/core';
import {
Content,
ContentHeader,
@@ -115,14 +115,9 @@ const toolsCards = [
export const ExplorePluginPage = () => {
const classes = useStyles();
const backstageTheme = useTheme<BackstageTheme>();
return (
<Page
theme={backstageTheme.getPageTheme({
themeId: 'home',
})}
>
<Page themeId="home">
<Header
title="Explore"
subtitle="Tools and services available in Backstage"