Skip to content

Commit

Permalink
fixed case sensitive problem
Browse files Browse the repository at this point in the history
  • Loading branch information
David Opdendries authored and David Opdendries committed Feb 2, 2019
1 parent bbacb60 commit e3ca2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controls/iFramePanel/IFramePanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Guid } from "@microsoft/sp-core-library";
import styles from './IFramePanelContent.module.scss';
import { Panel, IPanelProps } from 'office-ui-fabric-react/lib/Panel';
import omit = require('lodash/omit');
import { IFramePanelContent } from './IframePanelContent';
import { IFramePanelContent } from './IFramePanelContent';

export interface IIFramePanelProps extends IPanelProps {
/**
Expand Down

0 comments on commit e3ca2b5

Please sign in to comment.