mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
Add a new DittoAPIStore extending DittoRelayStore
This commit is contained in:
parent
ec498653fb
commit
52a9017730
1 changed files with 4 additions and 0 deletions
4
packages/ditto/storages/DittoAPIStore.ts
Normal file
4
packages/ditto/storages/DittoAPIStore.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
import { DittoRelayStore } from '@/storages/DittoRelayStore.ts';
|
||||||
|
|
||||||
|
export class DittoAPIStore extends DittoRelayStore {
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue