renamed SyncProvider

This commit is contained in:
2026-07-01 01:06:20 +02:00
parent 9ae94c81e6
commit e310c1bbd8
3 changed files with 8 additions and 9 deletions
@@ -0,0 +1,7 @@
package com.vaessl.app.sync;
import com.vaessl.app.shared.ServiceProvider;
public interface SyncProvider extends ServiceProvider{
public void syncVectorStore();
}