Skip to content

Commit

Permalink
update simple styles
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelolo24 committed May 15, 2023
1 parent 81ffba2 commit 268a394
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@
* 2.0.
*/
import React from 'react';
import { DiscoverMainRoute } from '../../../../../../../../src/plugins/discover/public/application/main/index';
import { css } from '@emotion/react';
import { DiscoverMainRoute } from '../../../../../../../../src/plugins/discover/public/application/main';

const DiscoverTabContent = () => {
return (
<div>
<div
css={css`
width: 100%;
overflow: scroll;
`}
>
<DiscoverMainRoute isDev={false} />
</div>
);
Expand Down

0 comments on commit 268a394

Please sign in to comment.