Skip to content

Commit

Permalink
fixing import
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed May 29, 2020
1 parent a3af77d commit 406803f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/observability/public/pages/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
import { i18n } from '@kbn/i18n';
import React, { useEffect } from 'react';
import styled from 'styled-components';
import { ISection, Section } from './Section';
import { ISection, Section } from './section';
import { CoreStart } from '../../../../../../src/core/public';

const appsSection: ISection[] = [
Expand Down

0 comments on commit 406803f

Please sign in to comment.