diff --git a/client/src/components/post_delete.rs b/client/src/components/post_delete.rs index 17675ce6..9b883141 100644 --- a/client/src/components/post_delete.rs +++ b/client/src/components/post_delete.rs @@ -5,7 +5,7 @@ use stylist::Style; use yew::{function_component, html, Callback, Html, Properties}; use yewdux::use_store_value; -const STYLE: &str = include_str!("styles/PostDelete.css"); +const STYLE: &str = include_str!("styles/postDelete.css"); #[derive(Properties, PartialEq)] pub struct Props {