Skip to content

Commit

Permalink
rm mod.rs && vi lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseaidev committed Aug 12, 2023
1 parent 9601b73 commit 3073a72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
use web_sys::HtmlInputElement;
use yew::prelude::*;
pub mod countries;

use crate::countries::COUNTRY_CODES;
use web_sys::HtmlInputElement;
use yew::prelude::*;

/// Props for a custom input component.
#[derive(Properties, PartialEq)]
Expand Down
1 change: 0 additions & 1 deletion src/mod.rs

This file was deleted.

0 comments on commit 3073a72

Please sign in to comment.