Remove protected plugin

This commit is contained in:
William Brown 2025-03-15 12:27:49 +10:00
parent b2d127b9e5
commit b8761f896a

View file

@ -50,7 +50,7 @@ mod create;
mod delete;
mod modify;
pub mod profiles;
pub(self) mod protected;
mod protected;
mod search;
#[derive(Debug, Clone, PartialEq, Eq)]