Initial public release of Warp.
Repo-Sync-Origin: warpdotdev/warp-internal@12af1d983b
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
use warpui::{Entity, ModelContext, SingletonEntity};
|
||||
|
||||
pub struct FileMCPWatcher {}
|
||||
|
||||
impl FileMCPWatcher {
|
||||
pub fn new(_ctx: &mut ModelContext<Self>) -> Self {
|
||||
Self {}
|
||||
}
|
||||
}
|
||||
|
||||
impl Entity for FileMCPWatcher {
|
||||
type Event = ();
|
||||
}
|
||||
|
||||
impl SingletonEntity for FileMCPWatcher {}
|
||||
Reference in New Issue
Block a user