Skip to content
This repository has been archived by the owner on Jan 11, 2020. It is now read-only.

Commit

Permalink
Fixed module imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Timidger committed Jan 20, 2017
1 parent 9bde0e6 commit 2f0d4bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layout/core/borders/draw/mod.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
mod color;
mod base;
mod edge_draw;
mod border_draw;

pub use self::color::Color;
pub use self::base::{BaseDraw, Drawable, DrawErr};
pub use self::edge_draw::BorderDraw;
pub use self::border_draw::BorderDraw;

0 comments on commit 2f0d4bd

Please sign in to comment.