fix: Switch to stdlib Uri type
Should never have created separate Uri type
This commit is contained in:
@@ -4,7 +4,7 @@ import gleam/list
|
||||
import gleam/option.{type Option, None, Some}
|
||||
import gleam/result
|
||||
import gleam/string
|
||||
import gluri/types.{type Uri, Uri}
|
||||
import gleam/uri.{type Uri, Uri}
|
||||
import splitter.{type Splitter}
|
||||
|
||||
pub const scheme_port = [
|
||||
|
||||
Reference in New Issue
Block a user