Correct the import of PageTheme to use relative path

This commit is contained in:
Szymon Graczyk
2020-03-30 22:31:43 +02:00
parent 8782465459
commit 39f7fe277f
2 changed files with 2 additions and 2 deletions
@@ -16,8 +16,8 @@
import React from 'react';
import { render } from '@testing-library/react';
import Waves from './Waves';
import { pageTheme } from '../Page/PageThemeProvider';
import Waves from './Waves';
describe('<Waves/>', () => {
it('should render svg', () => {
+1 -1
View File
@@ -16,7 +16,7 @@
import React, { FC } from 'react';
import { makeStyles } from '@material-ui/core';
import { PageTheme } from '@backstage/core';
import { PageTheme } from '../Page';
const useStyles = makeStyles<PageTheme>({
wave: {