1
0

upd: prettify layout

This commit is contained in:
Mar0xy
2023-09-24 12:05:59 +02:00
parent 34e6717dab
commit 1501ab261d
10 changed files with 168 additions and 140 deletions
@@ -0,0 +1,13 @@
import { apiAuthMastodon } from './endpoints/auth.js';
import { apiAccountMastodon } from './endpoints/account.js';
import { apiSearchMastodon } from './endpoints/search.js';
import { apiNotifyMastodon } from './endpoints/notifications.js';
import { apiFilterMastodon } from './endpoints/filter.js';
export {
apiAccountMastodon,
apiAuthMastodon,
apiSearchMastodon,
apiNotifyMastodon,
apiFilterMastodon
}