Skip to content

Commit

Permalink
update namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
yggverse committed Jan 27, 2025
1 parent 567dbe1 commit 2239289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/browser/window/tab/item/client/driver/gemini.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ impl Gemini {
// Actions

pub fn handle(&self, uri: Uri, feature: Rc<Feature>, cancellable: Cancellable) {
use ggemini::client::connection::request::*;
use ggemini::client::connection::Request;

match uri.scheme().as_str() {
"gemini" => handle(
Expand Down

0 comments on commit 2239289

Please sign in to comment.