Skip to content

Commit

Permalink
Fixing path to type
Browse files Browse the repository at this point in the history
  • Loading branch information
miukimiu committed Apr 7, 2022
1 parent 391b5b5 commit 8c91017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/timeline/timeline_item_event.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import React, { FunctionComponent, ReactNode } from 'react';
import { euiTimelineItemEventStyles } from './timeline_item_event.styles';
import { EuiTimelineItemVerticalAlign } from './';
import { EuiTimelineItemVerticalAlign } from './timeline_item';

export interface EuiTimelineItemEventProps {
/**
Expand Down

0 comments on commit 8c91017

Please sign in to comment.