mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 00:59:22 -05:00
Fixed formatting
This commit is contained in:
parent
d44b9a292d
commit
91f483c850
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ pub fn use_cookie(cookie_name: &str) -> Option<Cookie<'static>> {
|
|||
#[cfg(feature = "ssr")]
|
||||
{
|
||||
use leptos::expect_context;
|
||||
|
||||
|
||||
#[cfg(feature = "actix")]
|
||||
const COOKIE: http0_2::HeaderValue = http0_2::header::COOKIE;
|
||||
#[cfg(feature = "axum")]
|
||||
|
|
Loading…
Add table
Reference in a new issue