1
0
Fork 0
mirror of synced 2024-07-06 23:10:57 +12:00
This commit is contained in:
Keviin Åberg Kultalahti 2021-05-05 18:53:38 +02:00
parent cd9af13668
commit f805cdfb07

View file

@ -4,6 +4,4 @@ const INITIAL_ADMIN_STATE = {
oauth: [], oauth: [],
} }
export const admin = writable({ ...INITIAL_ADMIN_STATE }) export const admin = writable({ ...INITIAL_ADMIN_STATE })