summaryrefslogtreecommitdiffstats
path: root/client/src/admin/api/index.js
blob: 5b4f9dcb8029e6e1502bc69a03405f858dff6886 (plain) (blame)
1
2
3
4
import getUser from './getUser';
import logout from './logout';

export { getUser, logout };