Add a new DittoAPIStore extending DittoRelayStore

This commit is contained in:
Alex Gleason 2025-02-23 18:03:41 -06:00
parent ec498653fb
commit 52a9017730
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -0,0 +1,4 @@
import { DittoRelayStore } from '@/storages/DittoRelayStore.ts';
export class DittoAPIStore extends DittoRelayStore {
}