Skip to content

Commit

Permalink
remove eui css import from beats/infra (elastic#24245)
Browse files Browse the repository at this point in the history
  • Loading branch information
snide committed Oct 20, 2018
1 parent e5eb776 commit de05af6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion x-pack/plugins/beats_management/public/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { PageRouter } from './router';

// TODO use theme provided from parentApp when kibana supports it
import * as euiVars from '@elastic/eui/dist/eui_theme_k6_light.json';
import '@elastic/eui/dist/eui_theme_light.css';
import { ThemeProvider } from 'styled-components';

function startApp(libs: FrontendLibs) {
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/infra/public/apps/start_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { ThemeProvider } from 'styled-components';
// TODO use theme provided from parentApp when kibana supports it
import { EuiErrorBoundary } from '@elastic/eui';
import * as euiVars from '@elastic/eui/dist/eui_theme_k6_light.json';
import '@elastic/eui/dist/eui_theme_light.css';
import { InfraFrontendLibs } from '../lib/lib';
import { PageRouter } from '../routes';
import { createStore } from '../store';
Expand Down

0 comments on commit de05af6

Please sign in to comment.