Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
belcherj committed Feb 17, 2020
1 parent a0dfacd commit 37f9321
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lib/note-toolbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ import RevisionsIcon from '../icons/revisions';
import TrashIcon from '../icons/trash';
import ShareIcon from '../icons/share';
import SidebarIcon from '../icons/sidebar';
import { toggleRevisions } from '../state/ui/actions';

import { closeNote, toggleEditMode, toggleNoteInfo } from '../state/ui/actions';
import {
closeNote,
toggleEditMode,
toggleNoteInfo,
toggleRevisions,
} from '../state/ui/actions';

import * as S from '../state';
import * as T from '../types';
Expand Down

0 comments on commit 37f9321

Please sign in to comment.