Skip to content

Commit

Permalink
Fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
BakerNet committed Oct 6, 2024
1 parent fb8b91c commit 71863cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/app/footer.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use leptos::*;
use leptos::prelude::*;

use crate::components::socials::{GitHubSocial, LinkedInSocial};

Expand Down
2 changes: 1 addition & 1 deletion web/src/components/socials.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use leptos::*;
use leptos::prelude::*;

#[component]
pub fn GitHubSocial() -> impl IntoView {
Expand Down

0 comments on commit 71863cd

Please sign in to comment.