Skip to content

Commit

Permalink
[desk-tool] Fix typo in filename
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Oct 6, 2020
1 parent 7f6e56f commit 2d7e087
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {FallbackDiff} from '../../../components/diffs/FallbackDiff'
import {resolveDiffComponent} from '../../../components/diffs/resolveDiffComponent'
import {Annotation} from '../history/types'
import {SchemaType, ChangeNode, FieldChangeNode, GroupChangeNode} from '../types'
import styles from './ChangesPannel.css'
import styles from './ChangesPanel.css'

type Props = {
diff: Diff<Annotation> | NoDiff | null
Expand Down

0 comments on commit 2d7e087

Please sign in to comment.