diff --git a/plugins/welcome/src/components/WelcomePage/WelcomePage.tsx b/plugins/welcome/src/components/WelcomePage/WelcomePage.tsx index 2d4afff839..c77e9ae6aa 100644 --- a/plugins/welcome/src/components/WelcomePage/WelcomePage.tsx +++ b/plugins/welcome/src/components/WelcomePage/WelcomePage.tsx @@ -15,9 +15,15 @@ */ import React, { FC } from 'react'; -import Link from '@material-ui/core/Link'; import { Link as RouterLink } from 'react-router-dom'; -import { Typography, Grid } from '@material-ui/core'; +import { + Typography, + Grid, + List, + ListItem, + ListItemText, + Link, +} from '@material-ui/core'; import Timer from '../Timer'; import { Content, @@ -28,8 +34,6 @@ import { ContentHeader, SupportButton, } from '@spotify-backstage/core'; -import List from '@material-ui/core/List'; -import ListItem from '@material-ui/core/ListItem'; const WelcomePage: FC<{}> = () => { const profile = { givenName: '' }; @@ -64,14 +68,20 @@ const WelcomePage: FC<{}> = () => { Backstage is put together from three base concepts: the core, the app and the plugins. - + + + + + + + + + + + Try It Out