Skip to content

Commit

Permalink
moved a use declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
MCord committed May 19, 2020
1 parent f30243e commit 3b269b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/diff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ use asyncgit::{hash, DiffLine, DiffLineType, FileDiff};
use crossterm::event::Event;
use std::{borrow::Cow, cmp, convert::TryFrom};
use strings::commands;
use tui::style::{Modifier, Style};

use tui::{
backend::Backend,
layout::{Alignment, Rect},
style::{Modifier, Style},
symbols,
widgets::{Block, Borders, Paragraph, Text},
Frame,
Expand Down

0 comments on commit 3b269b3

Please sign in to comment.