Skip to content

Commit 70b32ec

Browse files
author
cht
committed
update mod.rs
1 parent 53724b6 commit 70b32ec

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

src/subscribe/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pub mod render;
22
pub mod state;
3+
use super::{app,spider,utils,state::IFEXIT};

src/subscribe/render.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use super::super::app::*;
1+
use super::app::*;
22
use tui::{
33
backend::Backend,
44
layout::{Constraint, Direction, Layout, Rect},

src/subscribe/state.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
use super::super::app::*;
2-
use super::super::spider;
3-
use super::super::state::IFEXIT;
4-
use super::super::utils;
1+
use super::app::*;
2+
use super::spider;
3+
use super::IFEXIT;
4+
use super::utils;
55
use crossterm::event::{self, Event, KeyCode};
66
use std::{env, io, process::Command};
77
pub fn subscribe_state(app: &mut App) -> io::Result<IFEXIT> {

0 commit comments

Comments
 (0)